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. -
-
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.
-