Uses of Class
com.sun.enterprise.admin.cli.CLIContainer
Packages that use CLIContainer
-
Uses of CLIContainer in com.sun.enterprise.admin.cli
Methods in com.sun.enterprise.admin.cli with parameters of type CLIContainerModifier and TypeMethodDescriptionstatic String[]CLIUtil.getAllCommands(CLIContainer container, ProgramOptions po, Environment env) Return all commands, local and remote.static CLICommandCLICommand.getCommand(CLIContainer cLIContainer, String name) static String[]CLIUtil.getLocalCommands(CLIContainer container) Get all the known local commands.static String[]CLIUtil.getRemoteCommands(CLIContainer container, ProgramOptions po, Environment env) Get the list of commands from the remote server.