Package | Description |
---|---|
org.crosswire.common.util |
A collection of various generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|