Uses of Class
net.ssehub.easy.producer.eclipse.persistency.project_creation.InvalidProjectnameException
Packages that use InvalidProjectnameException
Package
Description
This package contains classes which are needed for the lifecycle of the plugin.
Classes for simplifying the creation of new EASy projects in Eclipse.
-
Uses of InvalidProjectnameException in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency that throw InvalidProjectnameExceptionModifier and TypeMethodDescriptionvoidResourcesMgmt.addEASyNatures(org.eclipse.core.resources.IProject project, String... natures) Adds the EASy-Nature to an EclipseIProject, the project does not have this nature.private voidResourcesMgmt.loadAndInitialize(org.eclipse.core.resources.IProject project) Loads and initializes the project. -
Uses of InvalidProjectnameException in net.ssehub.easy.producer.eclipse.persistency.project_creation
Constructors in net.ssehub.easy.producer.eclipse.persistency.project_creation that throw InvalidProjectnameExceptionModifierConstructorDescriptionProjectCreator(String projectname) Default constructor for this class.ProjectCreator(String projectname, boolean lazy) Use this constructor in case, if you don't want to open a configuration window.