Uses of Class
org.crosswire.common.util.CWClassLoader

Packages that use CWClassLoader
org.crosswire.common.util A collection of various generic utility classes. 
 

Uses of CWClassLoader in org.crosswire.common.util
 

Methods in org.crosswire.common.util that return CWClassLoader
static CWClassLoader CWClassLoader.instance()
          Creates a privileged class loader that finds resources for the calling class that may not be in the class' package.
static CWClassLoader CWClassLoader.instance(Class<?> resourceOwner)
          Creates a privileged class loader that finds resources for the supplied class that may not be in the class' package.
 


Copyright ? 2003-2011