|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.Parameterized
fedora.server.Pluggable
public abstract class Pluggable
Title: Pluggable.java
Description: Abstract superclass of all Fedora components that can be configured by a set of name-value pairs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface fedora.common.Constants |
|---|
Constants.FedoraHome |
| Field Summary |
|---|
| Fields inherited from interface fedora.common.Constants |
|---|
ACCESS, ACTION, API, AUDIT, AUDIT1_0, BATCH_MODIFY, BATCH_MODIFY1_1, BDEF, BE_SECURITY, BE_SECURITY1_0, BINDING_SPEC, BMECH, DATASTREAM, DC, DISSEMINATOR, DS_COMPOSITE_MODEL, DS_COMPOSITE_MODEL1_0, ENVIRONMENT, FCFG, FEDORA, FEDORA_HOME, FOXML, FOXML1_0, FOXML1_1, HTTP_REQUEST, MANAGEMENT, METHOD_MAP, METS, METS_EXT, METS_EXT1_0, METS_EXT1_1, MODEL, MULGARA, OAI_DC, OAI_DC2_0, OAI_FRIENDS, OAI_FRIENDS2_0, OAI_IDENTIFIER, OAI_IDENTIFIER2_0, OAI_PMH, OAI_PMH2_0, OAI_PROV, OAI_PROV2_0, OBJ_DATASTREAMS1_0, OBJ_HISTORY1_0, OBJ_ITEMS1_0, OBJ_METHODS1_0, OBJ_PROFILE1_0, OBJECT, OLD_XLINK, PID_LIST1_0, RDF, RDF_XSD, RECOVERY, RELS_EXT, REPO_DESC1_0, RESOURCE, SERVICE_PROFILE, SOAP, SOAP_ENC, SUBJECT, TYPES, VIEW, WSDL, WSDL_HTTP, WSDL_MIME, XLINK, XML_XSD, XMLNS, XSI |
| Constructor Summary | |
|---|---|
Pluggable()
Creates a Pluggable with no parameters. |
|
Pluggable(java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a Pluggable with name-value pairs from the supplied Map. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Gets an explanation of how this component is to be configured via parameters. |
java.lang.String[] |
getOptionalParameters()
Gets the names of optional parameters for this component. |
java.lang.String |
getParameterHelp(java.lang.String name)
Gets a short explanation of how to use a named parameter. |
java.lang.String[] |
getRequiredModuleRoles()
Gets the names of the roles that are required by this Pluggable. |
java.lang.String[] |
getRequiredParameters()
Gets the names of required parameters for this component. |
| Methods inherited from class fedora.server.Parameterized |
|---|
getParameter, getParameter, getParameters, parameterNames, setParameter, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pluggable()
public Pluggable(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters - The map from which to derive the name-value pairs.| Method Detail |
|---|
public java.lang.String[] getRequiredParameters()
public java.lang.String[] getOptionalParameters()
public java.lang.String getParameterHelp(java.lang.String name)
name - The name of the parameter.
public java.lang.String getHelp()
public java.lang.String[] getRequiredModuleRoles()
Pluggable.
By default, no roles need to be fulfilled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||