| Package | Description |
|---|---|
| com.sun.enterprise.admin.cli | |
| com.sun.enterprise.admin.cli.remote |
| Modifier and Type | Field and Description |
|---|---|
protected ProgramOptions |
CLICommand.programOpts
The program options for the command.
|
| Modifier and Type | Method and Description |
|---|---|
ProgramOptions |
CLICommand.getProgramOptions()
Returns the program options associated with this command.
|
ProgramOptions |
CLIContainer.getProgramOptions() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
CLIUtil.getAllCommands(CLIContainer container,
ProgramOptions po,
Environment env)
Return all commands, local and remote.
|
static String[] |
CLIUtil.getRemoteCommands(CLIContainer container,
ProgramOptions po,
Environment env)
Get the list of commands from the remote server.
|
void |
CLIContainer.setProgramOptions(ProgramOptions programOptions) |
| Constructor and Description |
|---|
CLICommand(String name,
ProgramOptions programOpts,
Environment env)
Constructor used by subclasses to save the name, program options,
and environment information into corresponding protected fields.
|
ProgramOptions(ProgramOptions other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DASUtils.pingDASQuietly(ProgramOptions programOpts,
Environment env)
See if DAS is alive.
|
static DASUtils.Error |
DASUtils.pingDASWithAuth(ProgramOptions programOpts,
Environment env)
See if DAS is alive, but insist that athentication is correct.
|
| Constructor and Description |
|---|
RemoteCLICommand(String name,
ProgramOptions po,
Environment env)
Construct a new remote command object.
|
RemoteCLICommand(String name,
ProgramOptions po,
Environment env,
String responseFormatType,
OutputStream userOut)
Construct a new remote command object.
|
RemoteCommand(String name,
ProgramOptions po,
Environment env)
Construct a new remote command object.
|
RemoteCommand(String name,
ProgramOptions po,
Environment env,
String responseFormatType,
OutputStream userOut)
Construct a new remote command object.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.