Class ProjectAppDescriptor
java.lang.Object
de.espirit.firstspirit.module.descriptor.AbstractDescriptor
de.espirit.firstspirit.module.descriptor.ProjectAppDescriptor
- All Implemented Interfaces:
ComponentDescriptor
,Descriptor
,Serializable
Descriptor for a
project app
.- Since:
- 4.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.espirit.firstspirit.module.descriptor.AbstractDescriptor
AbstractDescriptor.ResourceDescriptor
Nested classes/interfaces inherited from interface de.espirit.firstspirit.module.descriptor.ComponentDescriptor
ComponentDescriptor.Scope, ComponentDescriptor.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()
The scope of this project app description.getType()
The type of this project app descriptor which isType#PROJECTAPP
.Methods inherited from class de.espirit.firstspirit.module.descriptor.AbstractDescriptor
getComponentClass, getConfiguration, getConfigurationClass, getDescription, getDisplayName, getModuleName, getName, getResources, getVersion, isHidden, isUnknown, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.espirit.firstspirit.module.descriptor.ComponentDescriptor
getComponentClass, getConfiguration, getConfigurationClass, getDescription, getDisplayName, getModuleName, getName, getResources, getVersion, isHidden, isUnknown
-
Constructor Details
-
ProjectAppDescriptor
public ProjectAppDescriptor()
-
-
Method Details
-
getType
The type of this project app descriptor which isType#PROJECTAPP
.- Specified by:
getType
in interfaceComponentDescriptor
- Returns:
- component type.
- Since:
- 4.1
-
getScope
The scope of this project app description. ReturnsScope.PROJECT
- Specified by:
getScope
in interfaceComponentDescriptor
- Returns:
- component scope.
- Since:
- 4.1
-