public enum AS7Mode extends Enum<AS7Mode>
| Enum Constant and Description |
|---|
DOMAIN |
HOST |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCliScriptFileName() |
String |
getConfigArg() |
String |
getDefaultBaseDir() |
String |
getDefaultHostConfigFileName() |
String |
getDefaultHostConfigSystemPropertyName() |
String |
getDefaultXmlFile() |
String |
getHostConfigAttributeName() |
CommandLineOption |
getHostConfigFileNameOption() |
String |
getStartScriptFileName() |
static AS7Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS7Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS7Mode STANDALONE
public static final AS7Mode DOMAIN
public static final AS7Mode HOST
public static AS7Mode[] values()
for (AS7Mode c : AS7Mode.values()) System.out.println(c);
public static AS7Mode 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 getDefaultXmlFile()
public String getDefaultHostConfigFileName()
public String getDefaultBaseDir()
public String getConfigArg()
public String getStartScriptFileName()
public String getCliScriptFileName()
public CommandLineOption getHostConfigFileNameOption()
public String getHostConfigAttributeName()
public String getDefaultHostConfigSystemPropertyName()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.