public class CurrentInstallStatus extends Object
| Constructor and Description |
|---|
CurrentInstallStatus()
The constructor of a CurrentInstallStatus object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canOverwriteCurrentInstall()
Indicates can overwrite current install.
|
LocalizableMessage |
getInstallationMsg()
Provides a localized message to be displayed to the user in HTML format
informing of the installation status.
|
boolean |
isInstalled()
Indicates whether there is something installed or not.
|
public CurrentInstallStatus()
public boolean isInstalled()
true if there is something installed under the
binaries that we are running, or false if not.public boolean canOverwriteCurrentInstall()
true if there is something installed under the
binaries that we are running and we can overwrite it and
false if not.public LocalizableMessage getInstallationMsg()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.