Uses of Interface
net.ssehub.easy.producer.core.persistence.datatypes.IProjectCreationResult
-
Packages that use IProjectCreationResult 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.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of IProjectCreationResult in net.ssehub.easy.producer.core.persistence.datatypes
Methods in net.ssehub.easy.producer.core.persistence.datatypes that return IProjectCreationResult Modifier and Type Method Description IProjectCreationResultIPersistencer. createProject(java.lang.String projectName, java.io.File parentFolder, java.lang.String projectID, boolean lazy)Creates an empty EASy project without any eclipse specific stuff. -
Uses of IProjectCreationResult in net.ssehub.easy.producer.core.persistence.standard
Classes in net.ssehub.easy.producer.core.persistence.standard that implement IProjectCreationResult Modifier and Type Class Description classProjectCreationResultMethods in net.ssehub.easy.producer.core.persistence.standard that return IProjectCreationResult Modifier and Type Method Description IProjectCreationResultPersistencer. createProject(java.lang.String projectName, java.io.File parentFolder, java.lang.String projectID, boolean lazy)
-