Class EclipseProjectConfigurationDescriptor
- java.lang.Object
-
- net.ssehub.easy.producer.ui.project_management.AbstractProjectCreationDescriptor
-
- net.ssehub.easy.producer.ui.project_management.EclipseProjectConfigurationDescriptor
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractProjectCreationDescriptor>
public class EclipseProjectConfigurationDescriptor extends AbstractProjectCreationDescriptor
Creates an EASy project based on a plain Eclipse project without any programming language specific stuff.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description EclipseProjectConfigurationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()Used to sort the configurators.IEASyProjectConfiguratorgetProjectConfigurator()Factory: The configurator to configure the new EASy project.java.lang.StringgetProjectType()The name of supported Eclipse projects.-
Methods inherited from class net.ssehub.easy.producer.ui.project_management.AbstractProjectCreationDescriptor
compareTo
-
-
-
-
Method Detail
-
getProjectType
public java.lang.String getProjectType()
Description copied from class:AbstractProjectCreationDescriptorThe name of supported Eclipse projects.- Specified by:
getProjectTypein classAbstractProjectCreationDescriptor- Returns:
- The type of Eclipse projects, e.g., Java Project.
-
getProjectConfigurator
public IEASyProjectConfigurator getProjectConfigurator()
Description copied from class:AbstractProjectCreationDescriptorFactory: The configurator to configure the new EASy project.- Specified by:
getProjectConfiguratorin classAbstractProjectCreationDescriptor- Returns:
- The configurator to configure the new EASy project, if null an Eclipsem project without any natures will be created.
-
getPriority
public int getPriority()
Description copied from class:AbstractProjectCreationDescriptorUsed to sort the configurators.- Specified by:
getPriorityin classAbstractProjectCreationDescriptor- Returns:
- The lower the number, the earlier the configurator is displayed.
-
-