public final class GetURL
extends java.lang.Object
| Constructor and Description |
|---|
GetURL() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrl()
Gets the url attribute of the GetURL class
|
static java.lang.String |
getUrl(java.lang.String address,
boolean reportException)
Gets the url attribute of the GetURL class
|
static java.lang.String |
getURL(java.lang.String address,
boolean reportException)
Gets the url as a string
|
void |
setAddress(java.lang.String address)
Sets the address attribute of the GetURL object
|
public static java.lang.String getURL(java.lang.String address,
boolean reportException)
address - URLreportException - if an exception is thrown, should it be reported?public static java.lang.String getUrl(java.lang.String address,
boolean reportException)
address - reportException - public java.lang.String getUrl()
public void setAddress(java.lang.String address)
address - The new address value