public static enum GrouperInstaller.GrouperInstallerPatchAction extends Enum<GrouperInstaller.GrouperInstallerPatchAction>
Enum Constant and Description |
---|
fixIndexFile
fix index file
|
install
install patches
|
revert
revert patches
|
status
get status on patches
|
Modifier and Type | Method and Description |
---|---|
static GrouperInstaller.GrouperInstallerPatchAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperInstaller.GrouperInstallerPatchAction |
valueOfIgnoreCase(String string,
boolean exceptionIfBlank,
boolean exceptionIfInvalid) |
static GrouperInstaller.GrouperInstallerPatchAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperInstaller.GrouperInstallerPatchAction fixIndexFile
public static final GrouperInstaller.GrouperInstallerPatchAction install
public static final GrouperInstaller.GrouperInstallerPatchAction revert
public static final GrouperInstaller.GrouperInstallerPatchAction status
public static GrouperInstaller.GrouperInstallerPatchAction[] values()
for (GrouperInstaller.GrouperInstallerPatchAction c : GrouperInstaller.GrouperInstallerPatchAction.values()) System.out.println(c);
public static GrouperInstaller.GrouperInstallerPatchAction 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.GrouperInstallerPatchAction valueOfIgnoreCase(String string, boolean exceptionIfBlank, boolean exceptionIfInvalid)
string
- exceptionIfInvalid
- exceptionIfBlank
- Copyright © 2016 Internet2. All rights reserved.