|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.androidpn.server.starter.ServerClassLoader
public class ServerClassLoader
This is a simple classloader to include all jars in a lib directory.
Constructor Summary | |
---|---|
ServerClassLoader(java.lang.ClassLoader parent,
java.io.File confDir,
java.io.File libDir)
Constructs the classloader. |
Method Summary |
---|
Methods inherited from class java.net.URLClassLoader |
---|
findResource, findResources, getURLs, newInstance, newInstance |
Methods inherited from class java.lang.ClassLoader |
---|
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerClassLoader(java.lang.ClassLoader parent, java.io.File confDir, java.io.File libDir) throws java.net.MalformedURLException
parent
- the parent class loader (or null for none)confDir
- the directory to load configration files fromlibDir
- the directory to load jar files from
java.net.MalformedURLException
- if the libDir path is not valid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |