Package org.hotswap.agent.util.scanner
Class PluginCache
- java.lang.Object
-
- org.hotswap.agent.util.scanner.PluginCache
-
@Deprecated public class PluginCache extends Object
Deprecated.not used, probably remove in favor of PluginRegistry- Author:
- Jiri Bubnik
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_PATHDeprecated.
-
Constructor Summary
Constructors Constructor Description PluginCache()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<CtClass>getPlugins(ClassLoader classLoader)Deprecated.Set<CtClass>scanPlugins(ClassLoader classLoader)Deprecated.
-
-
-
Field Detail
-
PLUGIN_PATH
public static final String PLUGIN_PATH
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPlugins
public Set<CtClass> getPlugins(ClassLoader classLoader)
Deprecated.
-
scanPlugins
public Set<CtClass> scanPlugins(ClassLoader classLoader) throws IOException
Deprecated.- Throws:
IOException
-
-