- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.PluginConfig
-
- com.ibm.java.diagnostics.utils.plugins.DTFJPluginConfig
-
public class DTFJPluginConfig extends PluginConfig
DTFJ specific version of the plugin config
-
-
Field Summary
Fields Modifier and Type Field Description protected String
csv
protected boolean
image
protected boolean
runtime
protected String
version
-
Fields declared in class com.ibm.java.diagnostics.utils.plugins.PluginConfig
cacheOutput, entry, t
-
-
Constructor Summary
Constructors Constructor Description DTFJPluginConfig(Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVersion()
boolean
isImage()
boolean
isRuntime()
void
processAnnotations()
Process the annotations found on this class.-
Methods declared in class com.ibm.java.diagnostics.utils.plugins.PluginConfig
cacheOutput, getClassName, getError, getId, getName, getURL, isEnabled, newInstance, toCSV
-
-
-
-
Constructor Detail
-
DTFJPluginConfig
public DTFJPluginConfig(Entry entry)
-
-
Method Detail
-
processAnnotations
public void processAnnotations()
Process the annotations found on this class.- Throws:
IllegalArgumentException
- if the DTFJPlugin annotation is not present
-
getVersion
public String getVersion()
-
isRuntime
public boolean isRuntime()
-
isImage
public boolean isImage()
-
-