Class ProjectUtils
- java.lang.Object
-
- net.ssehub.easy.producer.ui.project_management.ProjectUtils
-
public class ProjectUtils extends java.lang.ObjectUtilities on Eclipse project level interferring with UI.- Author:
- Holger Eichelberger, El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description ProjectUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidtoggleNature(org.eclipse.core.resources.IProject project)Toggles the EASy nature ofproject.
-
-
-
Method Detail
-
toggleNature
public static final void toggleNature(org.eclipse.core.resources.IProject project) throws java.io.IOException, InvalidProjectnameExceptionToggles the EASy nature ofproject.- Parameters:
project- the project to toggle the EASy nature for- Throws:
java.io.IOException- in case of initialization problemsInvalidProjectnameException- if a projectname is not valid
-
-