Package org.eclnt.util.classresolver
Class CCClassResolver
java.lang.Object
org.eclnt.util.classresolver.CCClassResolver
Factory for obtaining
IClassResolver instance. The instance is set via the central
method initialize(IClassResolver). The default implementation is CCClassResolver.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckIfClassIsAvailable(String className) static voidinitialize(IClassResolver instance) static ClassresolveClass(String className, boolean initialize, ClassLoader classLoader, ENUMCallerType callerType) static ClassresolveClass(String className, ENUMCallerType callerType)
-
Constructor Details
-
CCClassResolver
public CCClassResolver()
-
-
Method Details
-
initialize
-
resolveClass
public static Class resolveClass(String className, ENUMCallerType callerType) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
resolveClass
public static Class resolveClass(String className, boolean initialize, ClassLoader classLoader, ENUMCallerType callerType) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
checkIfClassIsAvailable
-