Class PublicClassDescriptor
java.lang.Object
de.espirit.firstspirit.module.descriptor.AbstractDescriptor
de.espirit.firstspirit.module.descriptor.PublicClassDescriptor
- All Implemented Interfaces:
ComponentDescriptor,Descriptor,Serializable
A component descriptor for defining a public class.
- 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 -
Method Summary
Modifier and TypeMethodDescriptiongetScope()Provides the scope of the public class, which always isserver scoped.getType()Provides this components type, which isa public class.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
-
Method Details
-
getType
Provides this components type, which isa public class.- Specified by:
getTypein interfaceComponentDescriptor- Returns:
- The public class type.
- Since:
- 4.1
-
getScope
Provides the scope of the public class, which always isserver scoped.- Specified by:
getScopein interfaceComponentDescriptor- Returns:
- The scope.
- Since:
- 4.1
-