- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.DTFJPluginManager
-
public class DTFJPluginManager extends Object
Decorator class for the plugin manager which adds DTFJ specific capabilities.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANNOTATION_CLASSNAME
-
Constructor Summary
Constructors Constructor Description DTFJPluginManager(PluginManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DTFJPluginConfig>
getPlugins(String apiLevel, boolean hasImage, boolean hasRuntime)
-
-
-
Field Detail
-
ANNOTATION_CLASSNAME
public static final String ANNOTATION_CLASSNAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DTFJPluginManager
public DTFJPluginManager(PluginManager manager)
-
-
Method Detail
-
getPlugins
public List<DTFJPluginConfig> getPlugins(String apiLevel, boolean hasImage, boolean hasRuntime)
-
-