- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.PluginManagerLocator
-
public class PluginManagerLocator extends Object
Locator class to hide the ASM classloading shimming that occurs when using the plugin manager, allowing this to be shared by different plugin architectures rather than just the DTFJ based ones.
-
-
Constructor Summary
Constructors Constructor Description PluginManagerLocator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PluginManager
getManager()
-
-
-
Method Detail
-
getManager
public static PluginManager getManager()
-
-