|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.ClassLoadContext
Information context for IClassLoadStrategy.getClassLoader(ClassLoadContext)
.
Field Summary | |
private java.lang.Class |
m_caller
|
Constructor Summary | |
(package private) |
ClassLoadContext(java.lang.Class caller)
This constructor is package-private to restrict instantiation to ClassLoaderResolver only. |
Method Summary | |
java.lang.Class |
getCallerClass()
Returns the class representing the caller of ClassLoaderResolver
API. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final java.lang.Class m_caller
Constructor Detail |
ClassLoadContext(java.lang.Class caller)
ClassLoaderResolver
only.
caller
- [can be null]Method Detail |
public final java.lang.Class getCallerClass()
ClassLoaderResolver
API. Can be used to retrieve the caller's classloader etc (which may be
different from the ClassLoaderResolver's own classloader) ['null' if caller
resolver could be instantiated due to security restrictions].
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |