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.ResourceDescriptorNested classes/interfaces inherited from interface de.espirit.firstspirit.module.descriptor.ComponentDescriptor
ComponentDescriptor.Scope, ComponentDescriptor.Type -
Constructor Summary
Constructors -
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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getTypein interfaceComponentDescriptor- Returns:
- component type.
- Since:
- 4.1
-
getScope
The scope of this project app description. ReturnsScope.PROJECT- Specified by:
getScopein interfaceComponentDescriptor- Returns:
- component scope.
- Since:
- 4.1
-