Uses of Class
com.sun.enterprise.admin.cli.CLIContainer
-
Packages that use CLIContainer Package Description com.sun.enterprise.admin.cli -
-
Uses of CLIContainer in com.sun.enterprise.admin.cli
Methods in com.sun.enterprise.admin.cli with parameters of type CLIContainer Modifier and Type Method Description static 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.
-