|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.support.PluginWrapper
public class PluginWrapper
PluginWrapper class.
| Constructor Summary | |
|---|---|
PluginWrapper(Class<?> clazz)
Constructor for PluginWrapper. |
|
PluginWrapper(String className)
Constructor for PluginWrapper. |
|
| Method Summary | |
|---|---|
String |
getClassName()
getClassName |
Map<String,Set<String>> |
getOptionalItems()
getOptionalItems |
Set<String> |
getOptionalKeys()
getOptionalKeys |
Map<String,Boolean> |
getRequired()
getRequired |
Map<String,Set<String>> |
getRequiredItems()
getRequiredItems |
Set<String> |
getRequiredKeys()
getRequiredKeys |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginWrapper(String className)
throws ClassNotFoundException
Constructor for PluginWrapper.
className - a String object.
ClassNotFoundException - if any.
public PluginWrapper(Class<?> clazz)
throws ClassNotFoundException
Constructor for PluginWrapper.
clazz - a Class object.
ClassNotFoundException - if any.| Method Detail |
|---|
public String getClassName()
getClassName
String object.public Map<String,Boolean> getRequired()
getRequired
Map object.public Set<String> getRequiredKeys()
getRequiredKeys
Set object.public Set<String> getOptionalKeys()
getOptionalKeys
Set object.public Map<String,Set<String>> getRequiredItems()
getRequiredItems
Map object.public Map<String,Set<String>> getOptionalItems()
getOptionalItems
Map object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||