Uses of Class
net.ssehub.easy.producer.core.persistence.Configuration
-
Packages that use Configuration 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 This plug-in contains functionality of EASy, which can also run without Eclipse.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.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in.net.ssehub.easy.producer.core.varMod.container IModelcontainer for simplifying the usage of the differentIModels in EASy-Producer projects. -
-
Uses of Configuration in net.ssehub.easy.producer.core.mgmt
Methods in net.ssehub.easy.producer.core.mgmt that return Configuration Modifier and Type Method Description ConfigurationPLPInfo. getPathConfiguration()Returns the (cached) configuration for this project (in terms of aprojectFolder). -
Uses of Configuration in net.ssehub.easy.producer.core.persistence
Fields in net.ssehub.easy.producer.core.persistence declared as Configuration Modifier and Type Field Description private ConfigurationConfigurationContentHandler. configurationstatic ConfigurationConfiguration. DEFAULTFields in net.ssehub.easy.producer.core.persistence with type parameters of type Configuration Modifier and Type Field Description private static java.util.Map<java.lang.String,Configuration>PersistenceUtils. CONFIGURATIONSMethods in net.ssehub.easy.producer.core.persistence that return Configuration Modifier and Type Method Description static ConfigurationPersistenceUtils. getConfiguration(java.io.File projectFolder)Returns the (cached) configuration for the given project (in terms of aprojectFolder).private static ConfigurationPersistenceUtils. getDefaultModelsConfiguration(java.io.File folder, java.util.Map<Configuration.PathKind,java.io.File> alternativePaths)Creates a configuration for loading default models.Methods in net.ssehub.easy.producer.core.persistence with parameters of type Configuration Modifier and Type Method Description static voidPersistenceUtils. addLocation(Configuration config, net.ssehub.easy.basics.progress.ProgressObserver observer)Adds the given location toVarModel,BuildModel, andTemplateModel.static voidPersistenceUtils. addLocations(Configuration config, Configuration.PathKind kind, net.ssehub.easy.basics.modelManagement.ModelLocations<?> locations, net.ssehub.easy.basics.progress.ProgressObserver observer)Updates the paths.static voidPersistenceUtils. updateLocations(Configuration config, Configuration.PathKind kind, net.ssehub.easy.basics.modelManagement.ModelLocations<?> locations, net.ssehub.easy.basics.progress.ProgressObserver observer)Updates the paths.Constructors in net.ssehub.easy.producer.core.persistence with parameters of type Configuration Constructor Description Configuration(Configuration src)Creates a copy of the given configuration.ConfigurationContentHandler(Configuration configuration)Creates a configuration content handler. -
Uses of Configuration in net.ssehub.easy.producer.core.persistence.datatypes
Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type Configuration Modifier and Type Method Description voidPersistentProject. setProject(net.ssehub.easy.varModel.model.Project project, Configuration location)Setter for the ivml project, which should be read/saved.voidPersistentProject. setScript(net.ssehub.easy.instantiation.core.model.buildlangModel.Script mainBuildScript, Configuration location)Setter for the main VIL build script file. -
Uses of Configuration in net.ssehub.easy.producer.core.persistence.standard
Fields in net.ssehub.easy.producer.core.persistence.standard declared as Configuration Modifier and Type Field Description private ConfigurationModelLoader. locationConstructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type Configuration Constructor Description ModelLoader(PersistentProject project, Configuration location)Sole constructor of this class. -
Uses of Configuration in net.ssehub.easy.producer.core.varMod.container
Fields in net.ssehub.easy.producer.core.varMod.container declared as Configuration Modifier and Type Field Description private ConfigurationModelContainer. locationThe location (folder) of the managed model.Methods in net.ssehub.easy.producer.core.varMod.container with parameters of type Configuration Modifier and Type Method Description static ModelContainer<?>ModelContainerFactory. createContainer(net.ssehub.easy.basics.modelManagement.IModel model, Configuration location)Creates aModelContainerfor a successfully loadedIModel.static ModelContainer<?>ModelContainerFactory. createContainer(net.ssehub.easy.basics.modelManagement.IModel model, SemanticErrorDescription description, Configuration location)Constructors in net.ssehub.easy.producer.core.varMod.container with parameters of type Configuration Constructor Description ModelContainer(M model, net.ssehub.easy.basics.modelManagement.ModelManagement<M> modelManager, Configuration location)Default constructor of this class.ModelContainer(M model, SemanticErrorDescription description, net.ssehub.easy.basics.modelManagement.ModelManagement<M> modelManager, Configuration location)Constructor if an Exception occurred during parsing the model.ProjectContainer(net.ssehub.easy.varModel.model.Project project, Configuration location)Default constructor for a created of loadedProject.ProjectContainer(net.ssehub.easy.varModel.model.Project project, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theProject.ScriptContainer(net.ssehub.easy.instantiation.core.model.buildlangModel.Script script, Configuration location)Default constructor for a created of loadedScript.ScriptContainer(net.ssehub.easy.instantiation.core.model.buildlangModel.Script script, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theScript.ScriptContainer(net.ssehub.easy.instantiation.core.model.buildlangModel.Script script, SemanticErrorDescription description, Configuration location, boolean newlyCreated)Constructor if aScriptwas created inside of EASy (not via a XTextEditor).
-