public static enum GrouperInstaller.GrouperInstallerMainFunction extends Enum<GrouperInstaller.GrouperInstallerMainFunction>
| Enum Constant and Description | 
|---|
admin
install grouper 
 | 
createPatch
create patch 
 | 
install
install grouper 
 | 
patch
see if there are patches available for grouper 
 | 
upgrade
upgrade grouper 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
logic(GrouperInstaller grouperInstaller)
run the logic for the installer function 
 | 
static GrouperInstaller.GrouperInstallerMainFunction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GrouperInstaller.GrouperInstallerMainFunction | 
valueOfIgnoreCase(String theString,
                 boolean exceptionOnInvalid)
convert a string to the enum 
 | 
static GrouperInstaller.GrouperInstallerMainFunction | 
valueOfIgnoreCase(String string,
                 boolean exceptionIfBlank,
                 boolean exceptionIfInvalid)  | 
static GrouperInstaller.GrouperInstallerMainFunction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GrouperInstaller.GrouperInstallerMainFunction admin
public static final GrouperInstaller.GrouperInstallerMainFunction install
public static final GrouperInstaller.GrouperInstallerMainFunction upgrade
public static final GrouperInstaller.GrouperInstallerMainFunction createPatch
public static final GrouperInstaller.GrouperInstallerMainFunction patch
public static GrouperInstaller.GrouperInstallerMainFunction[] values()
for (GrouperInstaller.GrouperInstallerMainFunction c : GrouperInstaller.GrouperInstallerMainFunction.values()) System.out.println(c);
public static GrouperInstaller.GrouperInstallerMainFunction 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 abstract void logic(GrouperInstaller grouperInstaller)
grouperInstaller - public static GrouperInstaller.GrouperInstallerMainFunction valueOfIgnoreCase(String string, boolean exceptionIfBlank, boolean exceptionIfInvalid)
string - exceptionIfInvalid - exceptionIfBlank - public static GrouperInstaller.GrouperInstallerMainFunction valueOfIgnoreCase(String theString, boolean exceptionOnInvalid)
theString - exceptionOnInvalid - Copyright © 2016 Internet2. All rights reserved.