Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.project_creation.IEASyProjectConfigurator
-
Packages that use IEASyProjectConfigurator Package Description net.ssehub.easy.producer.eclipse.persistency.project_creation Classes for simplifying the creation of new EASy projects in Eclipse.net.ssehub.easy.producer.ui.internal This package holds extension classes of eclipse which must not be called or extended from other plug-ins.net.ssehub.easy.producer.ui.project_management This package contains classes to create EASy projects within the Eclipse workspace. -
-
Uses of IEASyProjectConfigurator in net.ssehub.easy.producer.eclipse.persistency.project_creation
Fields in net.ssehub.easy.producer.eclipse.persistency.project_creation declared as IEASyProjectConfigurator Modifier and Type Field Description private IEASyProjectConfigurator[]AbstractProjectCreator. configuratorsConfigurators to configure the project during creation.Methods in net.ssehub.easy.producer.eclipse.persistency.project_creation with parameters of type IEASyProjectConfigurator Modifier and Type Method Description protected 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(java.lang.String name, java.lang.String predecessorID, boolean lazy, IEASyProjectConfigurator... configurators)Creates a new EASy project.ProductLineProjectProjectCreator. deriveNewMember(java.lang.String predecessor, IEASyProjectConfigurator... configurators)Creates a new productline member with all necessarily files and folders.ProductLineProjectProjectCreator. 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 IEASyProjectConfigurator Constructor Description AbstractProjectCreator(java.lang.String projectName, boolean lazy, IEASyProjectConfigurator... configurators)Sole constructor for creating new EASy projects.DerivedProjectCreator(java.lang.String projectName, java.lang.String predecessorID, boolean lazy, IEASyProjectConfigurator[] configurators)Creates a new derivedProductLineProject.NewProjectCreator(java.lang.String projectName, boolean lazy, IEASyProjectConfigurator... configurators)Sole constructor for creating a new EASy project, without a predecessor. -
Uses of IEASyProjectConfigurator in net.ssehub.easy.producer.ui.internal
Methods in net.ssehub.easy.producer.ui.internal that return IEASyProjectConfigurator Modifier and Type Method Description (package private) IEASyProjectConfiguratorNewEASyProjectWizardPage. getProjectConfigurator()Returns the selectedIEASyProjectConfigurator. -
Uses of IEASyProjectConfigurator in net.ssehub.easy.producer.ui.project_management
Classes in net.ssehub.easy.producer.ui.project_management that implement IEASyProjectConfigurator Modifier and Type Class Description classEASyJavaConfiguratorConfigures a new createdIProjectto an Java project with a src folder.Methods in net.ssehub.easy.producer.ui.project_management that return IEASyProjectConfigurator Modifier and Type Method Description abstract IEASyProjectConfiguratorAbstractProjectCreationDescriptor. getProjectConfigurator()Factory: The configurator to configure the new EASy project.IEASyProjectConfiguratorEclipseProjectConfigurationDescriptor. getProjectConfigurator()IEASyProjectConfiguratorJavaProjectConfigurationDescriptor. getProjectConfigurator()
-