public static enum OSGiConsole.COMMAND extends Enum<OSGiConsole.COMMAND>
| Enum Constant and Description |
|---|
EXIT |
HELP |
INSTALL |
INSTALL_START |
LS |
REMOVE |
SS |
START |
STOP |
UNINSTALL |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getDescription() |
String |
getName() |
String |
getParameters() |
static OSGiConsole.COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSGiConsole.COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSGiConsole.COMMAND SS
public static final OSGiConsole.COMMAND LS
public static final OSGiConsole.COMMAND INSTALL
public static final OSGiConsole.COMMAND UNINSTALL
public static final OSGiConsole.COMMAND START
public static final OSGiConsole.COMMAND STOP
public static final OSGiConsole.COMMAND INSTALL_START
public static final OSGiConsole.COMMAND UPDATE
public static final OSGiConsole.COMMAND REMOVE
public static final OSGiConsole.COMMAND HELP
public static final OSGiConsole.COMMAND EXIT
public static OSGiConsole.COMMAND[] values()
for (OSGiConsole.COMMAND c : OSGiConsole.COMMAND.values()) System.out.println(c);
public static OSGiConsole.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–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.