public static enum GrouperInstaller.GrouperInstallerUpgradeTaskAction extends Enum<GrouperInstaller.GrouperInstallerUpgradeTaskAction>
Enum Constant and Description |
---|
convertEhcacheXmlToProperties
convert
|
convertSourcesXmlToProperties
convert sources xml
|
Modifier and Type | Method and Description |
---|---|
static GrouperInstaller.GrouperInstallerUpgradeTaskAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperInstaller.GrouperInstallerUpgradeTaskAction |
valueOfIgnoreCase(String string,
boolean exceptionIfBlank,
boolean exceptionIfInvalid) |
static GrouperInstaller.GrouperInstallerUpgradeTaskAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperInstaller.GrouperInstallerUpgradeTaskAction convertEhcacheXmlToProperties
public static final GrouperInstaller.GrouperInstallerUpgradeTaskAction convertSourcesXmlToProperties
public static GrouperInstaller.GrouperInstallerUpgradeTaskAction[] values()
for (GrouperInstaller.GrouperInstallerUpgradeTaskAction c : GrouperInstaller.GrouperInstallerUpgradeTaskAction.values()) System.out.println(c);
public static GrouperInstaller.GrouperInstallerUpgradeTaskAction 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.GrouperInstallerUpgradeTaskAction valueOfIgnoreCase(String string, boolean exceptionIfBlank, boolean exceptionIfInvalid)
string
- exceptionIfInvalid
- exceptionIfBlank
- Copyright © 2016 Internet2. All rights reserved.