Uses of Class
net.groboclown.util.jplugin.v2.ClassWrapper

Packages that use ClassWrapper
net.groboclown.util.jplugin.v2 The jplugin package allows for easy use of "plugins" into your application. 
 

Uses of ClassWrapper in net.groboclown.util.jplugin.v2
 

Fields in net.groboclown.util.jplugin.v2 declared as ClassWrapper
private  ClassWrapper[] PluginLoader.cachedWrappers
           
 

Methods in net.groboclown.util.jplugin.v2 that return ClassWrapper
 ClassWrapper[] PluginLoader.getPlugins(Class baseclass)
          Find all the plugins that inherit from the given class.
 ClassWrapper[] PluginLoader.getPlugins(String attribute)
          Find all the plugins that have the given attribute.
 ClassWrapper[] PluginLoader.getPlugins(String attribute, String val)
          Find all the plugins that have the given attribute pair, with case insensitivity.
 ClassWrapper[] PluginLoader.getPlugins(String attribute, String val, boolean isCaseSensitive)
          Find all the plugins that have the given attribute pair.
protected  ClassWrapper[] PluginLoader.findClassWrappers()
          Find or cache the class wrappers.
 ClassWrapper ClassCollection.getClassWrapper(String name)
          Get the class wrapper for the given class name.
 

Methods in net.groboclown.util.jplugin.v2 with parameters of type ClassWrapper
 void ClassCollection.addClass(ClassWrapper cw)
          Adds a class to the internal collection.
 



Written under the LGPL