Uses of Class
com.sun.enterprise.admin.cli.CLICommand
-
Packages that use CLICommand Package Description com.sun.enterprise.admin.cli com.sun.enterprise.admin.cli.remote -
-
Uses of CLICommand in com.sun.enterprise.admin.cli
Subclasses of CLICommand in com.sun.enterprise.admin.cli Modifier and Type Class Description classExportCommandA local export command.classHelpCommandThe help command will display the help text for all the commands and their optionsclassListCommandsCommandA local list-commands command.classLoginCommandThe asadmin login command.classMultimodeCommandA scaled-down implementation of multi-mode command.classUnsetCommandA local unset command to unset environment variables.classVersionCommandA local version command.Methods in com.sun.enterprise.admin.cli that return CLICommand Modifier and Type Method Description static 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.CLICommandCLIContainer. getLocalCommand(String name) -
Uses of CLICommand in com.sun.enterprise.admin.cli.remote
Subclasses of CLICommand in com.sun.enterprise.admin.cli.remote Modifier and Type Class Description classRemoteCLICommandA remote command handled by the asadmin CLI.classRemoteCommandA remote command handled by the asadmin CLI.
-