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 net.ssehub.easy.producer.eclipse.contributions Initial arbitrary project-specific core contributions.net.ssehub.easy.producer.eclipse.persistency.eclipse Persistence class for loading and saving EASy projects which are also Eclipse projects.net.ssehub.easy.producer.ui.configuration Holds editors for the configuration. -
-
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, ProgressObserver observer)static voidPersistenceUtils. addLocations(Configuration config, Configuration.PathKind kind, ModelLocations<?> locations, ProgressObserver observer)Updates the paths.static voidPersistenceUtils. updateLocations(Configuration config, Configuration.PathKind kind, ModelLocations<?> locations, 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(Project project, Configuration location)Setter for the ivml project, which should be read/saved.voidPersistentProject. setScript(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(IModel model, Configuration location)Creates aModelContainerfor a successfully loadedIModel.static ModelContainer<?>ModelContainerFactory. createContainer(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, ModelManagement<M> modelManager, Configuration location)Default constructor of this class.ModelContainer(M model, SemanticErrorDescription description, ModelManagement<M> modelManager, Configuration location)Constructor if an Exception occurred during parsing the model.ProjectContainer(Project project, Configuration location)Default constructor for a created of loadedProject.ProjectContainer(Project project, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theProject.ScriptContainer(Script script, Configuration location)Default constructor for a created of loadedScript.ScriptContainer(Script script, SemanticErrorDescription description, Configuration location)Constructor if an Exception occurred during parsing theScript.ScriptContainer(Script script, SemanticErrorDescription description, Configuration location, boolean newlyCreated)Constructor if aScriptwas created inside of EASy (not via a XTextEditor). -
Uses of Configuration in net.ssehub.easy.producer.eclipse.contributions
Methods in net.ssehub.easy.producer.eclipse.contributions with parameters of type Configuration Modifier and Type Method Description static booleanContributions. determineConfigurationPaths(org.eclipse.core.resources.IProject project, Configuration config)Determines the most appropriate configuration paths.protected abstract booleanContributions. determineConfigurationPathsImpl(org.eclipse.core.resources.IProject project, Configuration config)Determines the configuration paths for the givenproject. -
Uses of Configuration in net.ssehub.easy.producer.eclipse.persistency.eclipse
Methods in net.ssehub.easy.producer.eclipse.persistency.eclipse that return Configuration Modifier and Type Method Description static ConfigurationPersistenceUtils. getConfiguration(org.eclipse.core.resources.IProject project)Returns the (cached) configuration for the given project (in terms of aprojectFolder). -
Uses of Configuration in net.ssehub.easy.producer.ui.configuration
Fields in net.ssehub.easy.producer.ui.configuration declared as Configuration Modifier and Type Field Description private ConfigurationPathPropertyPage. projectConfigurationMethods in net.ssehub.easy.producer.ui.configuration with parameters of type Configuration Modifier and Type Method Description private voidPathPropertyPage. setInputs(Configuration configuration)Sets the texts from the givenconfiguration.
-