|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.discovery.jdk.JDKHooks org.apache.commons.discovery.jdk.JDK12Hooks
public class JDK12Hooks
JDK 1.2 Style Hooks implementation.
Constructor Summary | |
---|---|
JDK12Hooks()
|
Method Summary | |
---|---|
Enumeration<URL> |
getResources(ClassLoader loader,
String resourceName)
Resolve resource with given names and make them available in the returned iterator. |
ClassLoader |
getSystemClassLoader()
The system class loader is available for JDK 1.2 or later, if certain security conditions are met. |
String |
getSystemProperty(String propName)
Get the system property |
ClassLoader |
getThreadContextClassLoader()
The thread context class loader is available for JDK 1.2 or later, if certain security conditions are met. |
static void |
setLog(org.apache.commons.logging.Log _log)
Deprecated. This method is not thread-safe |
Methods inherited from class org.apache.commons.discovery.jdk.JDKHooks |
---|
getJDKHooks |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDK12Hooks()
Method Detail |
---|
@Deprecated public static void setLog(org.apache.commons.logging.Log _log)
Log
for this class.
_log
- This class Log
public String getSystemProperty(String propName)
getSystemProperty
in class JDKHooks
propName
- name of the property
public ClassLoader getThreadContextClassLoader()
getThreadContextClassLoader
in class JDKHooks
public ClassLoader getSystemClassLoader()
getSystemClassLoader
in class JDKHooks
public Enumeration<URL> getResources(ClassLoader loader, String resourceName) throws IOException
getResources
in class JDKHooks
loader
- The class loader used to resolve resourcesresourceName
- The resource name to resolve
IOException
- if any error occurs while loading the resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |