public class PluginContainer extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
PluginContainer()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(Plugin
Method addPlugin.
|
PluginContainer |
clone()
Method clone.
|
void |
flushPluginMap()
Reset the
pluginsMap field to
null
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
List |
getPlugins()
Method getPlugins.
|
Map |
getPluginsAsMap()
|
void |
removePlugin(Plugin
Method removePlugin.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setPlugins(List
Set the list of plugins to use.
|
public void addPlugin(Pluginplugin)
plugin -
public PluginContainerclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public void removePlugin(Pluginplugin)
plugin -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setPlugins(List<Plugin > plugins)
plugins -
public void flushPluginMap()
pluginsMap field to
null
public Map<String ,Plugin > getPluginsAsMap()
Plugins#getKey() as key
Plugin.getKey()