Class ClassLoaderSupport
java.lang.Object
net.sourceforge.jeuclid.elements.support.ClassLoaderSupport
Support utilities for classloading.
- Version:
- $Revision: 88b901bf20fb $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderSupportaccessor for singleton instance.Class<?> Try to load the given lass from the current context.
-
Constructor Details
-
ClassLoaderSupport
protected ClassLoaderSupport()Default Constructor.
-
-
Method Details
-
getInstance
accessor for singleton instance.- Returns:
- an instance of this class.
-
loadClass
Try to load the given lass from the current context.- Parameters:
className- name of the class to load- Returns:
- a Class object for the given class if possible.
- Throws:
ClassNotFoundException- if the class could not be found.- See Also:
-