|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.classloader.UrlResourceSpec
public abstract class UrlResourceSpec
XClassLoader resource that specifies its target using an URL.
| Constructor Summary | |
|---|---|
UrlResourceSpec()
Default constructor. |
|
UrlResourceSpec(java.net.URL url)
Value constructor. |
|
| Method Summary | |
|---|---|
java.net.URL |
getUrl()
Gets the uRL of the resource. |
void |
setUrl(java.net.URL url)
Sets the uRL of the resource. |
java.net.URL |
toUrl()
Gets the URL representation of this resource specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openbp.common.classloader.ResourceSpec |
|---|
addEntriesToClassLoader |
| Constructor Detail |
|---|
public UrlResourceSpec()
public UrlResourceSpec(java.net.URL url)
url - URL of the resource| Method Detail |
|---|
public java.net.URL getUrl()
public void setUrl(java.net.URL url)
public java.net.URL toUrl()
toUrl in interface ResourceSpec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||