public enum AppserverServiceType extends Enum<AppserverServiceType>
Domain and Instance
can have such support.| Modifier and Type | Method and Description |
|---|---|
String |
restartCommand() |
String |
startCommand() |
String |
stopCommand() |
static AppserverServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppserverServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppserverServiceType Domain
public static final AppserverServiceType Instance
public static AppserverServiceType[] values()
for (AppserverServiceType c : AppserverServiceType.values()) System.out.println(c);
public static AppserverServiceType 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 startCommand()
public String restartCommand()
public String stopCommand()
Copyright © 2018 Eclipse Foundation. All rights reserved.