public class NamespacePluginParameter<T> extends PluginParameter<T>
The main usage for this class is when a master plug-in needs to use other child plug-ins. By wrapping the child parameters with an instance of this class it makes it possible to mix parameters from several child plug-ins without having to worry about name clashes.
NamespaceParameterValuesWrapper
,
NamespaceRequestWrapper
hidden
Constructor and Description |
---|
NamespacePluginParameter(PluginParameter<T> parent,
String namespace)
Create a new parameter wrapper for the plug-in parameter.
|
getDefaultValue, getDescription, getLabel, getName, getParameterType, isHidden, toString
public NamespacePluginParameter(PluginParameter<T> parent, String namespace)
parent
- The plug-in parameter to wrap, null is not allowednamespace
- The namespace, null is not allowed