Interface IEASyProjectConfigurator
-
- All Known Implementing Classes:
EASyJavaConfigurator
public interface IEASyProjectConfiguratorConfigurator for configuring newly created EASy projects. These Configurators should setIProjectsettings of Eclipse, like- Natures
- Classpath Entries
- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract 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
void configure(org.eclipse.core.resources.IProject project)
Configures the givenIProject.- 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 givenIProject, 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.
-
-