Uses of Interface
net.ssehub.easy.producer.core.persistence.datatypes.IPersistencer
-
Packages that use IPersistencer Package Description 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 IPersistencer in net.ssehub.easy.producer.core.persistence.standard
Classes in net.ssehub.easy.producer.core.persistence.standard that implement IPersistencer Modifier and Type Class Description classPersistencerThis class represents an interlayer between persistency-layer and model.Fields in net.ssehub.easy.producer.core.persistence.standard declared as IPersistencer Modifier and Type Field Description private IPersistencerPersistentProject2PLPConverter. persistencerprivate IPersistencerPLP2ProjectConverter. persistencerConstructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type IPersistencer Constructor Description PersistentProject2PLPConverter(IPersistencer persistencer, PersistentProject project)Sole constructor for this class.PLP2ProjectConverter(PLPInfo plp, IPersistencer persistencer)Sole constructor for this class. -
Uses of IPersistencer in net.ssehub.easy.producer.eclipse.persistency
Fields in net.ssehub.easy.producer.eclipse.persistency declared as IPersistencer Modifier and Type Field Description private IPersistencerEASyPersistencer. persistencerMethods in net.ssehub.easy.producer.eclipse.persistency that return IPersistencer Modifier and Type Method Description static IPersistencerPersistencerFactory. getPersistencer(java.io.File projectFolder)Creates anIPersistencerinstance. -
Uses of IPersistencer in net.ssehub.easy.producer.eclipse.persistency.eclipse
Classes in net.ssehub.easy.producer.eclipse.persistency.eclipse that implement IPersistencer Modifier and Type Class Description classEclipsePersistencerThis class represents an interlayer between persistency-layer and model.
-