Uses of Class
com.sun.enterprise.admin.cli.CLICommand
Packages that use CLICommand
-
Uses of CLICommand in com.sun.enterprise.admin.cli
Subclasses of CLICommand in com.sun.enterprise.admin.cliModifier and TypeClassDescriptionclassA local export command.classThe help command will display the help text for all the commands and their optionsclassA local list-commands command.classThe asadmin login command.classA scaled-down implementation of multi-mode command.classA local unset command to unset environment variables.classA local version command.Methods in com.sun.enterprise.admin.cli that return CLICommandModifier and TypeMethodDescriptionstatic CLICommandCLICommand.getCommand(CLIContainer cLIContainer, String name) static CLICommandCLICommand.getCommand(org.glassfish.hk2.api.ServiceLocator serviceLocator, String name) Get a CLICommand object representing the named command.CLIContainer.getLocalCommand(String name) -
Uses of CLICommand in com.sun.enterprise.admin.cli.remote
Subclasses of CLICommand in com.sun.enterprise.admin.cli.remoteModifier and TypeClassDescriptionclassA remote command handled by the asadmin CLI.classA remote command handled by the asadmin CLI.