public static enum GrouperInstaller.GrouperInstallerPatchStatus extends Enum<GrouperInstaller.GrouperInstallerPatchStatus>
Enum Constant and Description |
---|
applied
patch was applied
|
error
patch had an error applying
|
reverted
patch was removed
|
skippedPermanently
patch was skipped permanently, dont prompt again
|
skippedTemporarily
patch was skipped temporarily, prompt again
|
Modifier and Type | Method and Description |
---|---|
static GrouperInstaller.GrouperInstallerPatchStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperInstaller.GrouperInstallerPatchStatus |
valueOfIgnoreCase(String string,
boolean exceptionIfNotFound,
boolean exceptionIfInvalid) |
static GrouperInstaller.GrouperInstallerPatchStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperInstaller.GrouperInstallerPatchStatus applied
public static final GrouperInstaller.GrouperInstallerPatchStatus reverted
public static final GrouperInstaller.GrouperInstallerPatchStatus skippedTemporarily
public static final GrouperInstaller.GrouperInstallerPatchStatus error
public static final GrouperInstaller.GrouperInstallerPatchStatus skippedPermanently
public static GrouperInstaller.GrouperInstallerPatchStatus[] values()
for (GrouperInstaller.GrouperInstallerPatchStatus c : GrouperInstaller.GrouperInstallerPatchStatus.values()) System.out.println(c);
public static GrouperInstaller.GrouperInstallerPatchStatus 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 nullpublic static GrouperInstaller.GrouperInstallerPatchStatus valueOfIgnoreCase(String string, boolean exceptionIfNotFound, boolean exceptionIfInvalid)
string
- exceptionIfNotFound
- exceptionIfInvalid
- Copyright © 2016 Internet2. All rights reserved.