|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.deployment.CLIOptionsRMIRegistry
public final class CLIOptionsRMIRegistry
Command line options used to specify an RMI registry's host and port.
| Option | Description |
|---|---|
host |
Name of the option used to specify the RMI registry's host. |
port |
Name of the option used to specify the RMI registry's port. |
| Constructor Summary | |
|---|---|
CLIOptionsRMIRegistry()
Constructs a default instance. |
|
| Method Summary | |
|---|---|
org.apache.commons.cli.Option |
createOptionHost()
Creates the command line option used to specify the RMI registry's host. |
org.apache.commons.cli.Option |
createOptionPort()
Creates the command line option used to specify the RMI registry's port. |
java.lang.String |
getNameOfOptionHost()
Gets the command line option "rmiregistry.host" used to specify the RMI registry's host. |
java.lang.String |
getNameOfOptionPort()
Gets the command line option "rmiregistry.port" used to specify the RMI registry's port. |
| Constructor Detail |
|---|
public CLIOptionsRMIRegistry()
| Method Detail |
|---|
public java.lang.String getNameOfOptionHost()
public java.lang.String getNameOfOptionPort()
public org.apache.commons.cli.Option createOptionHost()
public org.apache.commons.cli.Option createOptionPort()
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||