- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.plugins.PluginConfig
-
public class PluginConfig extends Object
Simple java bean to hold plugin configuration information
-
-
Constructor Summary
Constructors Constructor Description PluginConfig(String id, String vmversion, Class<ICommand> command, boolean enabled, URL url)PluginConfig(String id, Throwable t, URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetError()StringgetId()URLgetURL()StringgetVmversion()booleanisEnabled()ICommandnewInstance()StringtoCSV()
-
-
-
Method Detail
-
getError
public Throwable getError()
-
getVmversion
public String getVmversion()
-
getURL
public URL getURL()
-
isEnabled
public boolean isEnabled()
-
getId
public String getId()
-
newInstance
public ICommand newInstance() throws DDRInteractiveCommandException
- Throws:
DDRInteractiveCommandException
-
toCSV
public String toCSV()
-
-