|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommandLine
Represent the command line arguments
| Field Summary | |
|---|---|
static String |
COMMAND_OPTION_CLUSTER_NAME
key word to define cluster name on the command line. |
static String |
COMMAND_OPTION_DOMAIN_NAME
key word to define domain name on the command line. |
static String |
COMMAND_OPTION_MACHINE_NAME
key word to define machine name on the command line. |
static String |
COMMAND_OPTION_SERVER_NAME
key word to define server name on the command line. |
static String |
COMMAND_OPTION_TOPOLOGY_FILE
key word to define topology file name on the command line. |
static String |
COMMAND_OPTION_VERBOSE
key word to define verbose mode on the command line. |
static String |
ERROR_CLUSTER_SERVER
|
static String |
ERROR_DOMAIN_SERVER_CLUSTER
|
static String |
ERROR_MACHINE_DOMAIN_SERVER_CLUSTER
|
static String |
ERROR_NO_OPTIONS
|
static String |
ERROR_SERVER_CLUSTER_DOMAIN
|
static String |
ERROR_TOPOLOGY_NOT_SET
|
| Method Summary | |
|---|---|
void |
addValue(String argName,
String argValue)
Record a value of the command line. |
void |
checkCommandLine()
Check if the command line contains all what we need |
String |
getClusterName()
|
String |
getDomainName()
return the domainName |
String |
getMachineName()
return the machineName |
String |
getServerName()
return the serverName |
String |
getTopologyFile()
return the topologyFile |
boolean |
getVerbose()
return if verbose |
| Field Detail |
|---|
static final String ERROR_TOPOLOGY_NOT_SET
static final String ERROR_NO_OPTIONS
static final String ERROR_SERVER_CLUSTER_DOMAIN
static final String ERROR_DOMAIN_SERVER_CLUSTER
static final String ERROR_CLUSTER_SERVER
static final String ERROR_MACHINE_DOMAIN_SERVER_CLUSTER
static final String COMMAND_OPTION_VERBOSE
static final String COMMAND_OPTION_SERVER_NAME
static final String COMMAND_OPTION_DOMAIN_NAME
static final String COMMAND_OPTION_MACHINE_NAME
static final String COMMAND_OPTION_CLUSTER_NAME
static final String COMMAND_OPTION_TOPOLOGY_FILE
| Method Detail |
|---|
void addValue(String argName,
String argValue)
argName - Name of the value to recordargValue - Value to recordboolean getVerbose()
String getTopologyFile()
String getServerName()
String getDomainName()
String getMachineName()
String getClusterName()
void checkCommandLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||