|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anwrt.anycontent.extensions.deploy.DeployParameter
Handle a typed parameter for the deploy extension point.
| Constructor Summary | |
DeployParameter(java.lang.String pluginName,
Configuration configuration)
Create a deploy parameter |
|
| Method Summary | |
java.lang.String |
getCategory()
Get the category |
java.lang.Object |
getDefaultValue()
Get the typed default value. |
TypedParameterValuesEnumerator |
getEnumerator()
Get the enumerator. |
java.lang.String |
getGroup()
Get the group |
java.lang.String |
getI18nKeyLabel()
Get the label. |
java.lang.String |
getId()
Get the id. |
java.lang.String |
getPluginName()
Get the plugin name |
int |
getPriority()
Get the parameter priority for display in īts group |
int |
getType()
Get the type. |
java.lang.String |
getTypeAsString()
Get a textual name for the parameter's type |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DeployParameter(java.lang.String pluginName,
Configuration configuration)
throws ConfigurationException
pluginName - The name of the plugin owner of the parameter (name of
its directory)configuration - Configuration giving the parameter
ConfigurationException - If mandatory parameters are missing, or
default value are not matching type| Method Detail |
public java.lang.Object getDefaultValue()
public java.lang.String getI18nKeyLabel()
public java.lang.String getId()
public int getType()
public java.lang.String getTypeAsString()
public java.lang.String getCategory()
public java.lang.String getGroup()
public int getPriority()
public TypedParameterValuesEnumerator getEnumerator()
public java.lang.String getPluginName()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||