Uses of Class
net.ssehub.easy.producer.core.varMod.container.ScriptContainer
-
Packages that use ScriptContainer Package Description net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.core.persistence.datatypes This package contains a simple data model, which can be used to store information in a non ivml file.net.ssehub.easy.producer.eclipse.model This package holds the complete data model for this plugin.
In this package are abstract super classes and exceptions, in subpackage you'll find the concrete implementations for a specific model. -
-
Uses of ScriptContainer in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt declared as ScriptContainer Modifier and Type Field Description private ScriptContainerPLPInfo. mainBuildScriptThe main build script, specifying how to instantiate the whole project.Methods in net.ssehub.easy.producer.core.mgmt that return ScriptContainer Modifier and Type Method Description ScriptContainerPLPInfo. getScriptContainer()Returns the encapsulatedScriptContainerfor thePLPInfo.getBuildScript().Methods in net.ssehub.easy.producer.core.mgmt with parameters of type ScriptContainer Modifier and Type Method Description protected voidPLPInfo. setBuildScript(ScriptContainer mainBuildScript)Setter for the main build script. -
Uses of ScriptContainer in net.ssehub.easy.producer.core.persistence.datatypes
Fields in net.ssehub.easy.producer.core.persistence.datatypes declared as ScriptContainer Modifier and Type Field Description private ScriptContainerPersistentProject. mainBuildScriptThis script should be the entry point for defining VIL build script.Methods in net.ssehub.easy.producer.core.persistence.datatypes that return ScriptContainer Modifier and Type Method Description ScriptContainerPersistentProject. getMainBuildScript()Getter for the main VIL build script model.Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type ScriptContainer Modifier and Type Method Description voidPersistentProject. setScript(ScriptContainer mainBuildScript)Setter for the main VIL build script file. -
Uses of ScriptContainer in net.ssehub.easy.producer.eclipse.model
Constructors in net.ssehub.easy.producer.eclipse.model with parameters of type ScriptContainer Constructor Description ProductLineProject(java.lang.String projectID, java.lang.String projectName, ProjectContainer project, java.io.File projectLocation, ScriptContainer mainBuildScript)This constructor is needed, if a saved plp is read by the persistence layer.
-