Package com.ranull.graves.util
Class ClassUtil
java.lang.Object
com.ranull.graves.util.ClassUtil
Utility class for handling class loading operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassUtil
public ClassUtil()
-
-
Method Details
-
loadClass
Loads the class with the specified name.- Parameters:
className
- The fully qualified name of the class to be loaded.
-