| Type | Name and description |
|---|---|
boolean |
ignoreSSLSet to true if the URL is located at a domain with a self-signed cert. |
java.lang.String |
password |
java.lang.String |
urlThe url of the version manifest. |
java.lang.String |
usernameOnly if the file requires a username and password to access via http[s]. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Set to true if the URL is located at a domain with a self-signed cert. This will ignore any ssl errors.
The url of the version manifest. Can be a local file location as well as a remote (https, http) location
Only if the file requires a username and password to access via http[s]. The username and password are used via basic auth.