Searched refs:getClassForName (Results 1 – 9 of 9) sorted by relevance
26 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in PackageCompactConstructor35 return super.getClassForName(name); in getClassForName()
60 Class<?> clazz = getClassForName(data.getPrefix()); in createInstance()
46 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in FilterClassesConstructorTest.FilterConstructor50 return super.getClassForName(name); in getClassForName()
37 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in CustomClassLoaderConstructor
664 cl = getClassForName(name); in getClassForNode()675 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in Constructor
48 .getClassForName(name); in check()
57 static Class getClassForName(String className) in getClassForName() method in ExtensionHandler
76 Class cl = ExtensionHandler.getClassForName(m_handlerClass); in launch()
182 ExtensionHandler.getClassForName(className); in defineJavaNamespace()