| Modifier and Type | Method and Description |
|---|---|
int |
UnsetCommand.executeCommand() |
int |
ListCommandsCommand.executeCommand() |
int |
ExportCommand.executeCommand() |
protected int |
MultimodeCommand.executeCommand() |
protected int |
HelpCommand.executeCommand() |
protected int |
LoginCommand.executeCommand() |
protected char[] |
CLICommand.getPassword(CommandModel.ParamModel opt,
String defaultPassword,
boolean create)
Get a password for the given option.
|
protected char[] |
CLICommand.getPassword(String paramname,
String localizedPrompt,
String localizedPromptConfirm,
boolean create) |
static String[] |
CLIUtil.getRemoteCommands(CLIContainer container,
ProgramOptions po,
Environment env)
Get the list of commands from the remote server.
|
protected void |
ListCommandsCommand.validate() |
protected void |
MultimodeCommand.validate()
The validate method validates that the type and quantity of parameters
and operands matches the requirements for this command.
|
| Constructor and Description |
|---|
Parser(String[] args,
int start,
Collection<CommandModel.ParamModel> options,
boolean ignoreUnknown)
Parse the given command line arguments
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
StopLocalInstanceCommand.executeCommand() |
protected int |
DeleteLocalInstanceCommand.executeCommand() |
protected int |
CreateLocalInstanceCommand.executeCommand() |
protected int |
SetupLocalDcom.executeCommand() |
protected void |
StopLocalInstanceCommand.validate() |
protected void |
DeleteInstanceFilesystem.validate() |
protected void |
DeleteLocalInstanceCommand.validate() |
protected void |
LocalInstanceCommand.validate() |
protected void |
ChangeNodeMasterPasswordCommand.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
StopDatabaseCommand.executeCommand()
Executes the command
|
protected int |
StartDatabaseCommand.executeCommand()
Execute the command
|
protected void |
BackupCommands.prepareRequest() |
protected void |
RestoreDomainCommand.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RemoteCommand.checkHelp()
We do all our help processing in executeCommand.
|
ActionReport |
RemoteCLICommand.executeAndReturnActionReport(String... args)
Execute the command and return the main attributes from the manifest
instead of writing out the output.
|
Map<String,String> |
RemoteCommand.executeAndReturnAttributes(String... args)
Execute the command and return the main attributes from the manifest
instead of writing out the output.
|
String |
RemoteCLICommand.executeAndReturnOutput(String... args)
Execute the command and return the output as a string instead of writing
it out.
|
String |
RemoteCommand.executeAndReturnOutput(String... args)
Execute the command and return the output as a string
instead of writing it out.
|
protected int |
RemoteCLICommand.executeCommand() |
protected int |
RemoteCommand.executeCommand() |
protected void |
RemoteCLICommand.prepare() |
protected void |
RemoteCommand.prepare() |
protected void |
RemoteCLICommand.validate() |
protected void |
RemoteCommand.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ListDomainsCommand.executeCommand() |
protected int |
VerifyDomainXmlCommand.executeCommand() |
protected int |
MonitorCommand.executeCommand() |
protected int |
CreateDomainCommand.executeCommand() |
protected void |
LocalDomainCommand.prepare() |
protected void |
ListDomainsCommand.validate() |
protected void |
StartDomainCommand.validate() |
protected void |
ChangeAdminPasswordCommand.validate()
Require the user to actually type the passwords unless they are in the file specified by the --passwordfile option.
|
protected void |
DeleteDomainCommand.validate() |
protected void |
LocalDomainCommand.validate() |
protected void |
VerifyDomainXmlCommand.validate() |
protected void |
CreateDomainCommand.validate() |
void |
CreateDomainCommand.verifyPortBase() |
| Constructor and Description |
|---|
MonitorTask(Timer timer,
String[] remoteArgs,
ProgramOptions programOpts,
Environment env,
String type,
String filter,
File fileName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateNodeSshCommand.validate() |
protected abstract void |
CreateRemoteNodeCommand.validate() |
void |
ValidateNodeCommand.validateNode(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateNodeDcom.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AddKeypairCommand.executeCommand() |
protected void |
StopAllDomainsCommand.validate() |
protected void |
StopDomainsCommand.validate() |
protected void |
AddKeypairCommand.validate() |
protected void |
StartDomainsCommand.validate() |
protected void |
PrintCertificateCommand.validate() |
protected void |
RestartDomainsCommand.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
LocalOSGiShellCommand.executeCommand() |
protected void |
LocalOSGiShellCommand.validate()
The validate method validates that the type and quantity of
parameters and operands matches the requirements for this
command.
|
Copyright © 2019. All rights reserved.