Uses of Interface
net.groboclown.util.jplugin.v2.IClassInspector

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

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

Classes in net.groboclown.util.jplugin.v2 that implement IClassInspector
 class BaseClassInspector
          Extracts the class instance based on the class name.
 class URLClassInspector
          Extracts the class instance based on the class name.
 

Fields in net.groboclown.util.jplugin.v2 declared as IClassInspector
private  IClassInspector ClassWrapper.classInspector
           
 

Methods in net.groboclown.util.jplugin.v2 that return IClassInspector
 IClassInspector ClassWrapper.getClassInspector()
           
 

Methods in net.groboclown.util.jplugin.v2 with parameters of type IClassInspector
 void ClassWrapper.setClassInspector(IClassInspector ci)
           
 



Written under the LGPL