Uses of Class
net.ssehub.easy.producer.eclipse.persistency.project_creation.ValidProjectNameType
-
Packages that use ValidProjectNameType Package Description net.ssehub.easy.producer.eclipse.persistency.project_creation Classes for simplifying the creation of new EASy projects in Eclipse. -
-
Uses of ValidProjectNameType in net.ssehub.easy.producer.eclipse.persistency.project_creation
Fields in net.ssehub.easy.producer.eclipse.persistency.project_creation declared as ValidProjectNameType Modifier and Type Field Description private ValidProjectNameTypeProjectCreationException. reasonMethods in net.ssehub.easy.producer.eclipse.persistency.project_creation that return ValidProjectNameType Modifier and Type Method Description ValidProjectNameTypeProjectCreationException. getReason()Returns the reason, why the project could not be created.static ValidProjectNameTypeEASyProjectCreatorFactory. isValidProjectName(java.lang.String name)Checks whether a project with the given name could be created.static ValidProjectNameTypeEASyProjectCreatorFactory. isValidProjectName(java.lang.String name, boolean lazy)Checks whether a project with the given name could be created.static ValidProjectNameTypeValidProjectNameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidProjectNameType[]ValidProjectNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ssehub.easy.producer.eclipse.persistency.project_creation with parameters of type ValidProjectNameType Constructor Description ProjectCreationException(ValidProjectNameType reason)Sole constructor for this class.
-