|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginManager
Plugin manager interface.
| Method Summary | |
|---|---|
MessageBox |
getMessageBox()
Returns message box. |
String |
getName()
Get plugin manager name. |
Object |
getPlugin(String name)
Returns the plugin with the specified name. |
String |
getPluginProperty(Object plugin,
String name)
Gets the value of a plugin property with the specified name for the specified plugin. |
String |
getPluginProperty(Object plugin,
String name,
String value)
Gets the value of a plugin property with the specified name for the specified plugin or default value if this property is not defined. |
String |
getPluginPropertyName(Object plugin,
String name)
Gets the qualified property name for plugin property name of the specified plugin. |
| Method Detail |
|---|
String getName()
MessageBox getMessageBox()
Object getPlugin(String name)
name - The plugin name.
null.
String getPluginPropertyName(Object plugin,
String name)
plugin - The specified plugin.name - The name of plugin property.
property.name
of plugin with name plugin
of manager manager
qualified property name is
manager.plugin.property.name.
IllegalArgumentException - If plugin is not a plugin of this manager.DynamicVariablesTable.getPropertyName(Object,String)
String getPluginProperty(Object plugin,
String name)
plugin - The specified plugin.name - The name of plugin property.
IllegalArgumentException - If plugin is not a plugin of this manager.DynamicVariablesTable.getProperty(Object,String)
String getPluginProperty(Object plugin,
String name,
String value)
plugin - The specified plugin.name - The name of plugin property.value - The default value is used if for the specified plugin
there is no property with the specified name.
IllegalArgumentException - If plugin is not a plugin of this manager.DynamicVariablesTable.getProperty(Object,String,String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||