com.izforge.izpack.installer.console
Enum ConsoleInstallerAction
java.lang.Object
java.lang.Enum<ConsoleInstallerAction>
com.izforge.izpack.installer.console.ConsoleInstallerAction
- All Implemented Interfaces:
- Serializable, Comparable<ConsoleInstallerAction>
public enum ConsoleInstallerAction
- extends Enum<ConsoleInstallerAction>
CONSOLE_INSTALL
public static final ConsoleInstallerAction CONSOLE_INSTALL
CONSOLE_GEN_TEMPLATE
public static final ConsoleInstallerAction CONSOLE_GEN_TEMPLATE
- Generate an option file with panel defaults defaults (in console mode), which can be replayed
just in console mode again for now.
CONSOLE_FROM_TEMPLATE
public static final ConsoleInstallerAction CONSOLE_FROM_TEMPLATE
- Replay a prefilled option file with panel options in console mode for now.
CONSOLE_FROM_SYSTEMPROPERTIES
public static final ConsoleInstallerAction CONSOLE_FROM_SYSTEMPROPERTIES
CONSOLE_FROM_SYSTEMPROPERTIESMERGE
public static final ConsoleInstallerAction CONSOLE_FROM_SYSTEMPROPERTIESMERGE
values
public static ConsoleInstallerAction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ConsoleInstallerAction c : ConsoleInstallerAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ConsoleInstallerAction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2018. All rights reserved.