T
- the typeprivate static class CWClassLoader.PrivilegedLoader<T> extends Object implements PrivilegedAction<T>
Modifier and Type | Field and Description |
---|---|
private Class<?> |
owningClass |
Constructor and Description |
---|
CWClassLoader.PrivilegedLoader(Class<?> resourceOwner)
Creates a privileged class loader that finds resources for the
supplied class that may not be in the class' package.
|
private Class<?> owningClass
CWClassLoader.PrivilegedLoader(Class<?> resourceOwner)
resourceOwner
- is the owner of the resourcepublic T run()
run
in interface PrivilegedAction<T>