public enum InstallStatus extends Enum<InstallStatus>
InstallContext.getStatus()
Enum Constant and Description |
---|
inProgress |
installDone |
installDoneRestartNeeded |
stoppedConditionsNotMet |
Modifier and Type | Method and Description |
---|---|
static InstallStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallStatus inProgress
public static final InstallStatus stoppedConditionsNotMet
public static final InstallStatus installDoneRestartNeeded
public static final InstallStatus installDone
public static InstallStatus[] values()
for (InstallStatus c : InstallStatus.values()) System.out.println(c);
public static InstallStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.