Interface IEASyProjectConfigurator

  • All Known Implementing Classes:
    EASyJavaConfigurator

    public interface IEASyProjectConfigurator
    Configurator for configuring newly created EASy projects. These Configurators should set IProject settings of Eclipse, like
    • Natures
    • Classpath Entries
    Author:
    El-Sharkawy
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(org.eclipse.core.resources.IProject project)
      Configures the given IProject.
      void configure​(org.eclipse.core.resources.IProject project, org.eclipse.core.resources.IProject parentProject)
      Configures the given IProject, while deriving a new product line member project.
    • Method Detail

      • configure

        void configure​(org.eclipse.core.resources.IProject project)
        Configures the given IProject.
        Parameters:
        project - The project to configure. Should be a new created project, must not be null.
      • configure

        void configure​(org.eclipse.core.resources.IProject project,
                       org.eclipse.core.resources.IProject parentProject)
        Configures the given IProject, while deriving a new product line member project.
        Parameters:
        project - The project to configure. Should be a new created project, must not be null.
        parentProject - The project from which project was derived. This should be used as a template.