Class EASyJavaConfigurator

  • All Implemented Interfaces:
    IEASyProjectConfigurator

    public class EASyJavaConfigurator
    extends java.lang.Object
    implements IEASyProjectConfigurator
    Configures a new created IProject to an Java project with a src folder.
    Author:
    El-Sharkawy
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

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

      • EASyJavaConfigurator

        public EASyJavaConfigurator()
    • Method Detail

      • configure

        public void configure​(org.eclipse.core.resources.IProject project)
        Description copied from interface: IEASyProjectConfigurator
        Configures the given IProject.
        Specified by:
        configure in interface IEASyProjectConfigurator
        Parameters:
        project - The project to configure. Should be a new created project, must not be null.
      • configure

        public void configure​(org.eclipse.core.resources.IProject project,
                              org.eclipse.core.resources.IProject parentProject)
        Description copied from interface: IEASyProjectConfigurator
        Configures the given IProject, while deriving a new product line member project.
        Specified by:
        configure in interface IEASyProjectConfigurator
        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.