Class Utils
java.lang.Object
net.ssehub.easy.integration.common.eclipse.Utils
Common utility method for Eclipse-based tool integrations.
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanprojectExists(String name) Returns whether the given project exists.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
projectExists
Returns whether the given project exists.- Parameters:
name- the name of the project to be created.- Returns:
trueif the project exists,falseelse
-