Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.project_creation.IEASyProjectConfigurator
Packages that use IEASyProjectConfigurator
Package
Description
Classes for simplifying the creation of new EASy projects in Eclipse.
-
Uses of IEASyProjectConfigurator in net.ssehub.easy.producer.eclipse.persistency.project_creation
Fields in net.ssehub.easy.producer.eclipse.persistency.project_creation declared as IEASyProjectConfiguratorModifier and TypeFieldDescriptionprivate IEASyProjectConfigurator[]AbstractProjectCreator.configuratorsConfigurators to configure the project during creation.Methods in net.ssehub.easy.producer.eclipse.persistency.project_creation with parameters of type IEASyProjectConfiguratorModifier and TypeMethodDescriptionprotected abstract voidAbstractProjectCreator.configureProject(org.eclipse.core.resources.IProject createdProject, IEASyProjectConfigurator configurator) Configures the newly created Eclipse project.protected voidDerivedProjectCreator.configureProject(org.eclipse.core.resources.IProject project, IEASyProjectConfigurator configurator) protected voidNewProjectCreator.configureProject(org.eclipse.core.resources.IProject project, IEASyProjectConfigurator configurator) static ProductLineProjectEASyProjectCreatorFactory.createNewProject(String name, String predecessorID, boolean lazy, IEASyProjectConfigurator... configurators) Creates a new EASy project.ProjectCreator.deriveNewMember(String predecessor, IEASyProjectConfigurator... configurators) Creates a new productline member with all necessarily files and folders.ProjectCreator.newPLP(IEASyProjectConfigurator... configurators) Creates a new product line project with all necessarily files and folders.Constructors in net.ssehub.easy.producer.eclipse.persistency.project_creation with parameters of type IEASyProjectConfiguratorModifierConstructorDescriptionprotectedAbstractProjectCreator(String projectName, boolean lazy, IEASyProjectConfigurator... configurators) Sole constructor for creating new EASy projects.(package private)DerivedProjectCreator(String projectName, String predecessorID, boolean lazy, IEASyProjectConfigurator[] configurators) Creates a new derivedProductLineProject.(package private)NewProjectCreator(String projectName, boolean lazy, IEASyProjectConfigurator... configurators) Sole constructor for creating a new EASy project, without a predecessor.