|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.Parameterized
org.fcrepo.server.Pluggable
public abstract class Pluggable
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 org.fcrepo.common.Constants |
|---|
Constants.FedoraHome |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Pluggable()
Creates a Pluggable with no parameters. |
|
Pluggable(Map<String,String> parameters)
Creates a Pluggable with name-value pairs from the supplied Map. |
|
| Method Summary | |
|---|---|
String |
getHelp()
Gets an explanation of how this component is to be configured via parameters. |
String[] |
getOptionalParameters()
Gets the names of optional parameters for this component. |
String |
getParameterHelp(String name)
Gets a short explanation of how to use a named parameter. |
String[] |
getRequiredModuleRoles()
Gets the names of the roles that are required by this Pluggable. |
String[] |
getRequiredParameters()
Gets the names of required parameters for this component. |
| Methods inherited from class org.fcrepo.server.Parameterized |
|---|
getParameter, getParameter, getParameter, getParameterList, getParameters, getParameters, parameterNames, setParameter, setParameters, 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(Map<String,String> parameters)
parameters - The map from which to derive the name-value pairs.| Method Detail |
|---|
public String[] getRequiredParameters()
public String[] getOptionalParameters()
public String getParameterHelp(String name)
name - The name of the parameter.
public String getHelp()
public 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 | |||||||||