| java.lang.Object org.apache.commons.discovery.jdk.JDKHooks org.apache.commons.discovery.jdk.JDK12Hooks
JDK12Hooks | public class JDK12Hooks extends JDKHooks (Code) | | author: Richard A. Sitze |
getSystemClassLoader | public ClassLoader getSystemClassLoader()(Code) | | The system class loader is available for JDK 1.2
or later, if certain security conditions are met.
The system class loader, if available.Otherwise return null. |
getSystemProperty | public String getSystemProperty(String propName)(Code) | | Get the system property
Parameters: propName - name of the property value of the property |
getThreadContextClassLoader | public ClassLoader getThreadContextClassLoader()(Code) | | The thread context class loader is available for JDK 1.2
or later, if certain security conditions are met.
The thread context class loader, if available.Otherwise return null. |
setLog | public static void setLog(Log _log)(Code) | | Must be implemented to use DiscoveryLogFactory
|
|
|