|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.classloader.UrlResourceSpec
org.openbp.common.classloader.JarUrlResourceSpec
public class JarUrlResourceSpec
XClassLoader resource specification that specifies its target using an URL to a Jar file.
| Constructor Summary | |
|---|---|
JarUrlResourceSpec()
Default constructor. |
|
JarUrlResourceSpec(java.net.URL url)
Value constructor. |
|
| Method Summary | |
|---|---|
void |
addEntriesToClassLoader(XClassLoader cl)
Adds all entries denoted by this resource specification to the class loader. |
| Methods inherited from class org.openbp.common.classloader.UrlResourceSpec |
|---|
getUrl, setUrl, toUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarUrlResourceSpec()
public JarUrlResourceSpec(java.net.URL url)
url - URL of the resource| Method Detail |
|---|
public void addEntriesToClassLoader(XClassLoader cl)
throws java.lang.Exception
cl - The class loader
java.lang.Exception - On any error that occurs while scanning or reading the resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||