|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.common.util.classpath.CachedClassForNameResolver<T>
T
- the type that is used to cast a type that was found in the class pathpublic class CachedClassForNameResolver<T>
Constructor Summary | |
---|---|
CachedClassForNameResolver(ClassForNameResolver<T> classForNameResolver)
|
Method Summary | |
---|---|
java.lang.Class<? extends T> |
classForName(java.lang.String classname)
This method tries to find a class with the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedClassForNameResolver(ClassForNameResolver<T> classForNameResolver)
Method Detail |
---|
public final java.lang.Class<? extends T> classForName(java.lang.String classname) throws java.lang.ClassNotFoundException
classname
- The name of the class.
Class
instance corresponding to the given name, if it exists.
java.lang.ClassNotFoundException
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |