|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.discovery.jdk.JDKHooks
| Constructor Summary | |
protected |
JDKHooks()
|
| Method Summary | |
static JDKHooks |
getJDKHooks()
Return singleton object representing JVM hooks/tools. |
abstract java.util.Enumeration |
getResources(java.lang.ClassLoader loader,
java.lang.String resourceName)
|
abstract java.lang.ClassLoader |
getSystemClassLoader()
The system class loader is available for JDK 1.2 or later, if certain security conditions are met. |
abstract java.lang.String |
getSystemProperty(java.lang.String propName)
Get the system property |
abstract java.lang.ClassLoader |
getThreadContextClassLoader()
The thread context class loader is available for JDK 1.2 or later, if certain security conditions are met. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected JDKHooks()
| Method Detail |
public static final JDKHooks getJDKHooks()
public abstract java.lang.String getSystemProperty(java.lang.String propName)
propName - name of the property
public abstract java.lang.ClassLoader getThreadContextClassLoader()
public abstract java.lang.ClassLoader getSystemClassLoader()
public abstract java.util.Enumeration getResources(java.lang.ClassLoader loader,
java.lang.String resourceName)
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||