Class EASyJavaConfigurator
- java.lang.Object
-
- net.ssehub.easy.producer.ui.project_management.EASyJavaConfigurator
-
- All Implemented Interfaces:
IEASyProjectConfigurator
public class EASyJavaConfigurator extends java.lang.Object implements IEASyProjectConfigurator
Configures a new createdIProjectto an Java project with a src folder.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description EASyJavaConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.eclipse.core.resources.IProject project)Configures the givenIProject.voidconfigure(org.eclipse.core.resources.IProject project, org.eclipse.core.resources.IProject parentProject)Configures the givenIProject, while deriving a new product line member project.
-
-
-
Method Detail
-
configure
public void configure(org.eclipse.core.resources.IProject project)
Description copied from interface:IEASyProjectConfiguratorConfigures the givenIProject.- Specified by:
configurein interfaceIEASyProjectConfigurator- 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:IEASyProjectConfiguratorConfigures the givenIProject, while deriving a new product line member project.- Specified by:
configurein interfaceIEASyProjectConfigurator- 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.
-
-