Searched defs:getClassForName (Results 1 – 5 of 5) sorted by relevance
26 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in PackageCompactConstructor
37 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in CustomClassLoaderConstructor
675 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in Constructor
46 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in FilterClassesConstructorTest.FilterConstructor
57 static Class getClassForName(String className) in getClassForName() method in ExtensionHandler