Uses of Class
net.ssehub.easy.producer.core.persistence.datatypes.PathEnvironment
-
Packages that use PathEnvironment Package Description 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.internal This package contains classes needed for classes of the persistence package.net.ssehub.easy.producer.core.persistence.internal.xml This package contains classes for parsing and writing EASy information within a xml file.net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of PathEnvironment in net.ssehub.easy.producer.core.persistence
Methods in net.ssehub.easy.producer.core.persistence with parameters of type PathEnvironment Modifier and Type Method Description static ModelPersistenceUtils. loadModel(PathEnvironment pathEnv, java.lang.String location, ModelType type)Loads a specific model.static PLPInfoPersistenceUtils. loadRootPLPInfo(PathEnvironment pathEnv, java.lang.String modelLocation, java.io.File projectLocation)Loads the information of the root product line project from the configuration at the given location. -
Uses of PathEnvironment in net.ssehub.easy.producer.core.persistence.datatypes
Methods in net.ssehub.easy.producer.core.persistence.datatypes that return PathEnvironment Modifier and Type Method Description PathEnvironmentIPersistencer. getPathEnvironment()Returns the path environment for making absolute paths relative and vice versa. -
Uses of PathEnvironment in net.ssehub.easy.producer.core.persistence.internal
Fields in net.ssehub.easy.producer.core.persistence.internal declared as PathEnvironment Modifier and Type Field Description private PathEnvironmentDataStorage. pathEnvMethods in net.ssehub.easy.producer.core.persistence.internal that return PathEnvironment Modifier and Type Method Description PathEnvironmentDataStorage. getPathEnvironment()PathEnvironmentStorageConnector. getPathEnvironment()Returns the path environment used for making paths relative.Constructors in net.ssehub.easy.producer.core.persistence.internal with parameters of type PathEnvironment Constructor Description DataStorage(StorageType type, java.lang.String location, PathEnvironment pathEnv)Sole constructor. -
Uses of PathEnvironment in net.ssehub.easy.producer.core.persistence.internal.xml
Fields in net.ssehub.easy.producer.core.persistence.internal.xml declared as PathEnvironment Modifier and Type Field Description private PathEnvironmentXmlConnector. pathEnvMethods in net.ssehub.easy.producer.core.persistence.internal.xml that return PathEnvironment Modifier and Type Method Description PathEnvironmentXmlConnector. getPathEnvironment()Methods in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type PathEnvironment Modifier and Type Method Description (package private) static java.lang.StringBufferXMLConstants. startTag(PersistentProject project, PathEnvironment pathEnv)Returns the Begin of the the xml file (preamble + ROOT tag).Constructors in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type PathEnvironment Constructor Description XmlConnector(java.lang.String xmlFilePath, PathEnvironment pathEnv)Sole constructor for this class. -
Uses of PathEnvironment in net.ssehub.easy.producer.core.persistence.standard
Methods in net.ssehub.easy.producer.core.persistence.standard that return PathEnvironment Modifier and Type Method Description PathEnvironmentPersistencer. getPathEnvironment()Constructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type PathEnvironment Constructor Description Persistencer(PathEnvironment pathEnv, java.io.File projectFolder, java.lang.String storageFile, net.ssehub.easy.basics.progress.ProgressObserver observer)Sole constructor for this class for saving/reading persistence information out of a xml file.
-