Methods Summary |
---|
public java.lang.String | getAppProperty(java.lang.String key)Gets a property of the application to be installed.
First from the JAD, then if not found, the JAR manifest.
|
public int | getJarSize()Gets the expected size of the JAR.
|
public java.lang.String | getJarUrl()Gets the URL of the JAR.
|
public InvalidJadException | getLastException()Gets the last recoverable exception that stopped the install.
Non-recoverable exceptions are thrown and not saved in the state.
|
public java.lang.String | getStorageName()Gets the unique name that the installed suite was stored with.
|
public void | setPassword(java.lang.String thePassword)Sets the password to be used for HTTP authentication.
|
public void | setProxyPassword(java.lang.String thePassword)Sets the password to be used for HTTP proxy authentication.
|
public void | setProxyUsername(java.lang.String theUsername)Sets the username to be used for HTTP proxy authentication.
|
public void | setUsername(java.lang.String theUsername)Sets the username to be used for HTTP authentication.
|