Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.eclipse.IEclipseProjectCreationResult
-
Packages that use IEclipseProjectCreationResult Package Description net.ssehub.easy.producer.eclipse.persistency.eclipse Persistence class for loading and saving EASy projects which are also Eclipse projects. -
-
Uses of IEclipseProjectCreationResult in net.ssehub.easy.producer.eclipse.persistency.eclipse
Classes in net.ssehub.easy.producer.eclipse.persistency.eclipse that implement IEclipseProjectCreationResult 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 IEclipseProjectCreationResult Modifier and Type Method Description IEclipseProjectCreationResultEclipsePersistencer. createEASyProject(java.lang.String projectID, boolean lazy, java.lang.String... natures)Creates an empty IProject inside the Eclipse workspace which is suitable for EASy.IEclipseProjectCreationResultEclipsePersistencer. createEASyProject(java.lang.String projectID, Project varModel, java.lang.String... natures)Creates an empty IProject inside the Eclipse workspace which is suitable for EASy.
-