Class ProjectUtils


  • public class ProjectUtils
    extends java.lang.Object
    Utilities 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 void toggleNature​(org.eclipse.core.resources.IProject project)
      Toggles the EASy nature of project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectUtils

        public ProjectUtils()
    • Method Detail

      • toggleNature

        public static final void toggleNature​(org.eclipse.core.resources.IProject project)
                                       throws java.io.IOException,
                                              InvalidProjectnameException
        Toggles the EASy nature of project.
        Parameters:
        project - the project to toggle the EASy nature for
        Throws:
        java.io.IOException - in case of initialization problems
        InvalidProjectnameException - if a projectname is not valid