|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.resource.AbstractSystemID
org.ibisph.resource.VerifiedURLSystemID
public class VerifiedURLSystemID
Verified URL System ID Resource. Provides a confirmed system ID string based on a URL.
| Field Summary |
|---|
| Fields inherited from class org.ibisph.resource.AbstractSystemID |
|---|
systemID |
| Constructor Summary | |
|---|---|
VerifiedURLSystemID(java.lang.String url)
URL based System ID which has the resource's connection verified. |
|
| Method Summary | |
|---|---|
static java.lang.String |
toString(java.lang.String url)
Helper that tries the specified path and filename as a URL and if it can be connected to the URL object is converted to a system ID String. |
| Methods inherited from class org.ibisph.resource.AbstractSystemID |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VerifiedURLSystemID(java.lang.String url)
throws java.net.MalformedURLException,
java.io.IOException
url - URL string to be verified and converted to a system ID.
java.net.MalformedURLException, - java.io.IOException
java.net.MalformedURLException
java.io.IOException| Method Detail |
|---|
public static java.lang.String toString(java.lang.String url)
url - Complete URL (protocol, address, context, path and filename)
string to be connected to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||