public class PluginWrapper extends Object
PluginWrapper class.
Constructor and Description |
---|
PluginWrapper(Class<?> clazz)
Constructor for PluginWrapper.
|
PluginWrapper(String className)
Constructor for PluginWrapper.
|
Modifier and Type | Method and Description |
---|---|
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
|
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.Copyright © 2021. All rights reserved.