gnu.java.net.loader
Class JarURLLoader
A JarURLLoader
is a type of URLLoader
only loading from jar url.
ArrayList | getClassPath() - Return a list of new URLLoader objects representing any
class path entries added by this container.
|
Manifest | getManifest() - Returns the
Manifest associated with the
Resource s loaded by this URLLoader or
null there is no such Manifest .
|
Resource | getResource(String name) - get resource with the name "name" in the jar url
|
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
getClassPath
public ArrayList getClassPath()
Return a list of new URLLoader objects representing any
class path entries added by this container.
- getClassPath in interface URLLoader