Uses of Class
net.ssehub.easy.producer.eclipse.model.ProductLineProject
Packages that use ProductLineProject
Package
Description
This package contains classes which are needed for the lifecycle of the plugin.
Classes for simplifying the creation of new EASy projects in Eclipse.
-
Uses of ProductLineProject in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency that return ProductLineProjectModifier and TypeMethodDescriptionprotected ProductLineProjectEASyPersistencer.createPLP(String projectID, String projectName, net.ssehub.easy.producer.core.varMod.container.ProjectContainer project, File projectLocation, net.ssehub.easy.producer.core.varMod.container.ScriptContainer mainBuildScript) EASyPersistencer.populateEasyProject(String projectID, String projectName, File projectFolder, net.ssehub.easy.varModel.model.Project ivmlModel) -
Uses of ProductLineProject in net.ssehub.easy.producer.eclipse.persistency.project_creation
Fields in net.ssehub.easy.producer.eclipse.persistency.project_creation declared as ProductLineProjectModifier and TypeFieldDescriptionprivate ProductLineProjectAbstractProjectCreator.newPLPprivate ProductLineProjectDerivedProjectCreator.parentPLPMethods in net.ssehub.easy.producer.eclipse.persistency.project_creation that return ProductLineProjectModifier and TypeMethodDescription(package private) abstract ProductLineProjectAbstractProjectCreator.createEASyProject()Creates the newProductLineProjectwith the specified parameters.(package private) ProductLineProjectDerivedProjectCreator.createEASyProject()Creates the derivedProductLineProject.(package private) ProductLineProjectNewProjectCreator.createEASyProject()Creates a newProductLineProjectwithout any predecessors.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.protected final ProductLineProjectAbstractProjectCreator.getCreatedProject()Returns the newly createdProductLineProject.ProjectCreator.newPLP(IEASyProjectConfigurator... configurators) Creates a new product line project with all necessarily files and folders.