Uses of Class
net.ssehub.easy.producer.core.persistence.datatypes.PersistentProject
-
Packages that use PersistentProject Package Description 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.net.ssehub.easy.producer.eclipse.persistency This package contains classes which are needed for the lifecycle of the plugin.net.ssehub.easy.producer.eclipse.persistency.eclipse Persistence class for loading and saving EASy projects which are also Eclipse projects. -
-
Uses of PersistentProject in net.ssehub.easy.producer.core.persistence.datatypes
Methods in net.ssehub.easy.producer.core.persistence.datatypes that return PersistentProject Modifier and Type Method Description PersistentProjectIPersistencer. load()Loads a PersistentProject, which is an EASy project representation, from a storage (file system). -
Uses of PersistentProject in net.ssehub.easy.producer.core.persistence.internal
Methods in net.ssehub.easy.producer.core.persistence.internal with parameters of type PersistentProject Modifier and Type Method Description voidDataStorage. loadModels(PersistentProject project)voidStorageConnector. loadModels(PersistentProject project)Method for loading models out of a persistent file/database.voidDataStorage. saveModels(PersistentProject project)voidStorageConnector. saveModels(PersistentProject project)Saves data from given model to storage. -
Uses of PersistentProject in net.ssehub.easy.producer.core.persistence.internal.xml
Methods in net.ssehub.easy.producer.core.persistence.internal.xml with parameters of type PersistentProject Modifier and Type Method Description voidXmlConnector. loadModels(PersistentProject project)voidXmlConnector. saveModels(PersistentProject project)(package private) static java.lang.StringBufferXMLConstants. startTag(PersistentProject project, PathEnvironment pathEnv)Returns the Begin of the the xml file (preamble + ROOT tag). -
Uses of PersistentProject in net.ssehub.easy.producer.core.persistence.standard
Fields in net.ssehub.easy.producer.core.persistence.standard declared as PersistentProject Modifier and Type Field Description private PersistentProjectModelLoader. projectprivate PersistentProjectPersistentProject2PLPConverter. projectMethods in net.ssehub.easy.producer.core.persistence.standard that return PersistentProject Modifier and Type Method Description PersistentProjectPersistencer. load()PersistentProjectPLP2ProjectConverter. plp2PersistentProject()Converts the givenPLPInfointo aPersistentProject.Methods in net.ssehub.easy.producer.core.persistence.standard with parameters of type PersistentProject Modifier and Type Method Description private voidPersistencer. save(PersistentProject project)Saves given EASy to storage.Constructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type PersistentProject Constructor Description ModelLoader(PersistentProject project, Configuration location)Sole constructor of this class.PersistentProject2PLPConverter(IPersistencer persistencer, PersistentProject project)Sole constructor for this class. -
Uses of PersistentProject in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency with parameters of type PersistentProject Modifier and Type Method Description private PLPInfoEASyPersistencer. persistentProject2PLP(PersistentProject project)Translates thePersistentProjectinto aProductLineProject. -
Uses of PersistentProject in net.ssehub.easy.producer.eclipse.persistency.eclipse
Methods in net.ssehub.easy.producer.eclipse.persistency.eclipse that return PersistentProject Modifier and Type Method Description PersistentProjectEclipsePersistencer. load()
-