public static enum PepperStarter.COMMAND extends Enum<PepperStarter.COMMAND>
| Enum Constant and Description |
|---|
CLEAN |
CONF |
CONVERT |
DEBUG |
EXIT |
FITNESS |
HELP |
INSTALL_START |
LIST |
LIST_ALL |
OSGI |
PRINT_DEPS |
REMOVE |
REPEAT |
SELFTEST |
START_OSGI |
STOP_OSGI |
UPDATE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getDescription() |
String |
getName() |
String |
getParameters() |
static PepperStarter.COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PepperStarter.COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PepperStarter.COMMAND VERSION
public static final PepperStarter.COMMAND PRINT_DEPS
public static final PepperStarter.COMMAND UPDATE
public static final PepperStarter.COMMAND LIST_ALL
public static final PepperStarter.COMMAND LIST
public static final PepperStarter.COMMAND CONF
public static final PepperStarter.COMMAND HELP
public static final PepperStarter.COMMAND SELFTEST
public static final PepperStarter.COMMAND FITNESS
public static final PepperStarter.COMMAND EXIT
public static final PepperStarter.COMMAND CONVERT
public static final PepperStarter.COMMAND OSGI
public static final PepperStarter.COMMAND INSTALL_START
public static final PepperStarter.COMMAND REMOVE
public static final PepperStarter.COMMAND START_OSGI
public static final PepperStarter.COMMAND STOP_OSGI
public static final PepperStarter.COMMAND CLEAN
public static final PepperStarter.COMMAND DEBUG
public static final PepperStarter.COMMAND REPEAT
public static PepperStarter.COMMAND[] values()
for (PepperStarter.COMMAND c : PepperStarter.COMMAND.values()) System.out.println(c);
public static PepperStarter.COMMAND 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 String getName()
public String getAbbreviation()
public String getParameters()
public String getDescription()
Copyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.