Class LibraryDescriptor
java.lang.Object
de.espirit.firstspirit.module.descriptor.AbstractDescriptor
de.espirit.firstspirit.module.descriptor.LibraryDescriptor
- All Implemented Interfaces:
ComponentDescriptor
,Descriptor
,Serializable
Component descriptor for a library referenced and used by a module.
- 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
-
Method Summary
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
-
Method Details
-
getType
Provides the type of this descriptor, which isa library
.- Specified by:
getType
in interfaceComponentDescriptor
- Returns:
- The library type.
- Since:
- 4.1
-
getScope
Provides the scope of the library.- Specified by:
getScope
in interfaceComponentDescriptor
- Returns:
- The library's scope.
- Since:
- 4.1
-