Uses of Class
org.glassfish.api.admin.CommandValidationException
-
-
Uses of CommandValidationException in com.sun.enterprise.admin.cli
Methods in com.sun.enterprise.admin.cli that throw CommandValidationException Modifier and Type Method Description intExportCommand. executeCommand()protected intHelpCommand. executeCommand()intListCommandsCommand. executeCommand()protected intLoginCommand. executeCommand()protected intMultimodeCommand. executeCommand()intUnsetCommand. executeCommand()protected char[]CLICommand. getPassword(String paramname, String localizedPrompt, String localizedPromptConfirm, boolean create)protected char[]CLICommand. getPassword(CommandModel.ParamModel opt, String defaultPassword, boolean create)Get a password for the given option.static String[]CLIUtil. getRemoteCommands(CLIContainer container, ProgramOptions po, Environment env)Get the list of commands from the remote server.protected voidListCommandsCommand. validate()protected voidMultimodeCommand. validate()The validate method validates that the type and quantity of parameters and operands matches the requirements for this command.Constructors in com.sun.enterprise.admin.cli that throw CommandValidationException Constructor Description Parser(String[] args, int start, Collection<CommandModel.ParamModel> options, boolean ignoreUnknown)Parse the given command line arguments -
Uses of CommandValidationException in com.sun.enterprise.admin.cli.cluster
Methods in com.sun.enterprise.admin.cli.cluster that throw CommandValidationException Modifier and Type Method Description protected intCreateLocalInstanceCommand. executeCommand()protected intDeleteLocalInstanceCommand. executeCommand()protected intSetupLocalDcom. executeCommand()protected intStopLocalInstanceCommand. executeCommand()protected voidChangeNodeMasterPasswordCommand. validate()protected voidDeleteInstanceFilesystem. validate()protected voidDeleteLocalInstanceCommand. validate()protected voidLocalInstanceCommand. validate()protected voidStopLocalInstanceCommand. validate() -
Uses of CommandValidationException in com.sun.enterprise.admin.cli.optional
Methods in com.sun.enterprise.admin.cli.optional that throw CommandValidationException Modifier and Type Method Description protected intStartDatabaseCommand. executeCommand()Execute the commandprotected intStopDatabaseCommand. executeCommand()Executes the commandprotected voidBackupCommands. prepareRequest()protected voidRestoreDomainCommand. validate() -
Uses of CommandValidationException in com.sun.enterprise.admin.cli.remote
Methods in com.sun.enterprise.admin.cli.remote that throw CommandValidationException Modifier and Type Method Description protected booleanRemoteCommand. checkHelp()We do all our help processing in executeCommand.ActionReportRemoteCLICommand. 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.StringRemoteCLICommand. executeAndReturnOutput(String... args)Execute the command and return the output as a string instead of writing it out.StringRemoteCommand. executeAndReturnOutput(String... args)Execute the command and return the output as a string instead of writing it out.protected intRemoteCLICommand. executeCommand()protected intRemoteCommand. executeCommand()protected voidRemoteCLICommand. prepare()protected voidRemoteCommand. prepare()protected voidRemoteCLICommand. validate()protected voidRemoteCommand. validate() -
Uses of CommandValidationException in com.sun.enterprise.admin.servermgmt.cli
Methods in com.sun.enterprise.admin.servermgmt.cli that throw CommandValidationException Modifier and Type Method Description protected intCreateDomainCommand. executeCommand()protected intListDomainsCommand. executeCommand()protected intMonitorCommand. executeCommand()protected intVerifyDomainXmlCommand. executeCommand()protected voidLocalDomainCommand. prepare()protected voidChangeAdminPasswordCommand. validate()Require the user to actually type the passwords unless they are in the file specified by the --passwordfile option.protected voidCreateDomainCommand. validate()protected voidDeleteDomainCommand. validate()protected voidListDomainsCommand. validate()protected voidLocalDomainCommand. validate()protected voidStartDomainCommand. validate()protected voidVerifyDomainXmlCommand. validate()voidCreateDomainCommand. verifyPortBase()Constructors in com.sun.enterprise.admin.servermgmt.cli that throw CommandValidationException Constructor Description MonitorTask(Timer timer, String[] remoteArgs, ProgramOptions programOpts, Environment env, String type, String filter, File fileName) -
Uses of CommandValidationException in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster that throw CommandValidationException Modifier and Type Method Description protected voidCreateNodeSshCommand. validate()protected abstract voidCreateRemoteNodeCommand. validate() -
Uses of CommandValidationException in com.sun.enterprise.v3.admin.cluster.dcom
Methods in com.sun.enterprise.v3.admin.cluster.dcom that throw CommandValidationException Modifier and Type Method Description protected voidCreateNodeDcom. validate() -
Uses of CommandValidationException in fish.payara.admin.servermgmt.cli
Methods in fish.payara.admin.servermgmt.cli that throw CommandValidationException Modifier and Type Method Description protected intAddKeypairCommand. executeCommand()protected voidAddKeypairCommand. validate()protected voidPrintCertificateCommand. validate()protected voidRestartDomainsCommand. validate()protected voidStartDomainsCommand. validate()protected voidStopAllDomainsCommand. validate()protected voidStopDomainsCommand. validate() -
Uses of CommandValidationException in org.glassfish.osgi.cli.interactive
Methods in org.glassfish.osgi.cli.interactive that throw CommandValidationException Modifier and Type Method Description protected intLocalOSGiShellCommand. executeCommand()protected voidLocalOSGiShellCommand. validate()The validate method validates that the type and quantity of parameters and operands matches the requirements for this command.
-