|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.elements.support.ClassLoaderSupport
public final class ClassLoaderSupport
Support utilities for classloading.
Constructor Summary | |
---|---|
protected |
ClassLoaderSupport()
Default Constructor. |
Method Summary | |
---|---|
static ClassLoaderSupport |
getInstance()
accessor for singleton instance. |
Class<?> |
loadClass(String className)
Try to load the given lass from the current context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClassLoaderSupport()
Method Detail |
---|
public static ClassLoaderSupport getInstance()
public Class<?> loadClass(String className) throws ClassNotFoundException
className
- name of the class to load
ClassNotFoundException
- if the class could not be found.ClassLoader.loadClass(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |