Methods Summary |
---|
public boolean | confirmJarDownload(InstallState state)Called with the current state of the install so the user can be
asked to confirm the jar download.
If false is returned, the an I/O exception thrown and
{@link Installer#wasStopped()} will return true if called.
|
public boolean | keepRMS(InstallState state)Called with the current state of the install so the user can be
asked to confirm if the RMS data should be kept for new version of
an updated suite.
If false is returned, the an I/O exception thrown and
{@link Installer#wasStopped()} will return true if called.
|
public void | updateStatus(int status, InstallState state)Called with the current status of the install. See
{@link Installer} for the status codes.
|
public boolean | warnUser(InstallState state)Called with the current state of the install so the user can be
asked to override the warning. To get the warning from the state
call {@link InstallState#getLastException()}. If false is returned,
the last exception in the state will be thrown and
{@link Installer#wasStopped()} will return true if called.
|