Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.eclipse.IEclipseProjectCreationResult
Packages that use IEclipseProjectCreationResult
Package
Description
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 IEclipseProjectCreationResultModifier and TypeClassDescriptionclassThis result will be returned after calling theEclipsePersistencer#createEASyProject(String, String, String...)method.Methods in net.ssehub.easy.producer.eclipse.persistency.eclipse that return IEclipseProjectCreationResultModifier and TypeMethodDescriptionEclipsePersistencer.createEASyProject(String projectID, boolean lazy, String... natures) Creates an empty IProject inside the Eclipse workspace which is suitable for EASy.EclipsePersistencer.createEASyProject(String projectID, net.ssehub.easy.varModel.model.Project varModel, String... natures) Creates an empty IProject inside the Eclipse workspace which is suitable for EASy.