|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentDescriptor
The component descriptor contains name, type, class and other information of a Component
.
Nested Class Summary | |
---|---|
static class |
ComponentDescriptor.Scope
The scope describes the place where the component is available: server-wide, project-local or web-local. |
static class |
ComponentDescriptor.Type
Deprecated. since 4.2.200. no replacement - Components must implement proper interfaces. |
Method Summary | |
---|---|
String |
getComponentClass()
Returns component class-name. |
String |
getConfiguration()
Returns configuration string. |
String |
getConfigurationClass()
Returns configuration class-name. |
String |
getDescription()
Returns an english component description. |
String |
getModuleName()
Returns module name. |
String |
getName()
Returns the component name which has to be unique inside a single module. |
de.espirit.firstspirit.module.descriptor.AbstractDescriptor.ResourceDescriptor[] |
getResources()
Returns resources (jar-files) neccessary for this component. |
ComponentDescriptor.Scope |
getScope()
Returns component scope. |
ComponentDescriptor.Type |
getType()
Returns component type. |
String |
getVersion()
Returns module version (multiple numbers separated only by dots, e.g. |
boolean |
isHidden()
Returns true if component is hidden in adminconsole, and false (by default) otherwise |
boolean |
isUnknown()
Returns true if this component descriptor is unknown, occures when an imported project has a module installed, which is unknown on the firstspirit server. |
Method Detail |
---|
boolean isUnknown()
boolean isHidden()
@Nullable String getConfiguration()
String getDescription()
String getName()
String getModuleName()
String getVersion()
@Nullable String getComponentClass()
component
class-name.
component
class-name.String getConfigurationClass()
configuration
class-name.
configuration
class-name.ComponentDescriptor.Scope getScope()
ComponentDescriptor.Type getType()
de.espirit.firstspirit.module.descriptor.AbstractDescriptor.ResourceDescriptor[] getResources()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |