Uses of Class
net.ssehub.easy.producer.eclipse.persistency.project_creation.InvalidProjectnameException
-
Packages that use InvalidProjectnameException Package Description net.ssehub.easy.producer.eclipse.persistency This package contains classes which are needed for the lifecycle of the plugin.net.ssehub.easy.producer.eclipse.persistency.project_creation Classes for simplifying the creation of new EASy projects in Eclipse.net.ssehub.easy.producer.ui.productline_editor.project_configuration This package contains classes for configuring the current project.net.ssehub.easy.producer.ui.project_management This package contains classes to create EASy projects within the Eclipse workspace. -
-
Uses of InvalidProjectnameException in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency that throw InvalidProjectnameException Modifier and Type Method Description voidResourcesMgmt. addEASyNatures(org.eclipse.core.resources.IProject project, java.lang.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 InvalidProjectnameException Constructor Description ProjectCreator(java.lang.String projectname)Default constructor for this class.ProjectCreator(java.lang.String projectname, boolean lazy)Use this constructor in case, if you don't want to open a configuration window. -
Uses of InvalidProjectnameException in net.ssehub.easy.producer.ui.productline_editor.project_configuration
Methods in net.ssehub.easy.producer.ui.productline_editor.project_configuration that throw InvalidProjectnameException Modifier and Type Method Description private voidProductLineHeaderMenu. displayCreateProductDialog()Displays the dialog for creating a new product. -
Uses of InvalidProjectnameException in net.ssehub.easy.producer.ui.project_management
Methods in net.ssehub.easy.producer.ui.project_management that throw InvalidProjectnameException Modifier and Type Method Description static voidProjectUtils. toggleNature(org.eclipse.core.resources.IProject project)Toggles the EASy nature ofproject.
-