Package net.ssehub.easy.producer.eclipse.persistency.project_creation
Classes for simplifying the creation of new EASy projects in Eclipse.
-
Interface Summary Interface Description IEASyProjectConfigurator Configurator for configuring newly created EASy projects. -
Class Summary Class Description AbstractProjectCreator Super class for creating new EASy projects.DerivedProjectCreator Creates a derived EASy project, which will have one predecessor.EASyProjectCreatorFactory Creates new EASy projects in Eclipse.NewProjectCreator Creates a new EASy project.ProjectCreator Creates a new Project with the given parameters. -
Enum Summary Enum Description ValidProjectNameType Returns types forEASyProjectCreatorFactory#isValidProjectName(). -
Exception Summary Exception Description InvalidProjectnameException Exception which will be thrown, if a chosen name of a project is not valid.ProjectAlreadyExistsException Exception which will be thrown, if a projectname of project, which should be created, already exists.ProjectCreationException Exception if a project should be created, but could not be created.