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.net.ssehub.easy.producer.eclipse.persistency.eclipse Persistence class for loading and saving EASy projects which are also Eclipse projects. -
-
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) -
Uses of IProjectCreationResult in net.ssehub.easy.producer.eclipse.persistency.eclipse
Subinterfaces of IProjectCreationResult in net.ssehub.easy.producer.eclipse.persistency.eclipse Modifier and Type Interface Description interfaceIEclipseProjectCreationResultAn instance of this class will be returned after calling EclipsePersistencer.createProject(String, File, String).Classes in net.ssehub.easy.producer.eclipse.persistency.eclipse that implement IProjectCreationResult Modifier and Type Class Description classEclipseProjectCreationResultThis result will be returned after calling the EclipsePersistencer#createEASyProject(String, String, String...) method.Methods in net.ssehub.easy.producer.eclipse.persistency.eclipse that return IProjectCreationResult Modifier and Type Method Description IProjectCreationResultEclipsePersistencer. createProject(java.lang.String projectName, java.io.File parentFolder, java.lang.String projectID, boolean lazy)Constructors in net.ssehub.easy.producer.eclipse.persistency.eclipse with parameters of type IProjectCreationResult Constructor Description EclipseProjectCreationResult(IProjectCreationResult result, org.eclipse.core.resources.IProject project)Sole constructor for this class.
-