Searched defs:CLICommand (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListCommandDescriptorsCommand.java86 for(CLICommand cli : cliCmds) {
93 private CLICommand reflect(AdminCommand cmd) {
94 CLICommand cliCmd = new CLICommand(cmd);
202 private List<CLICommand> cliCmds = new LinkedList<CLICommand>();
205 private static class CLICommand { class in class:ListCommandDescriptorsCommand
206 CLICommand(AdminCommand adminCommand) { method in class:ListCommandDescriptorsCommand.CLICommand
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DCLICommand.java87 public abstract class CLICommand implements PostConstruct { class in inherits:PostConstruct
100 new LocalStringsImpl(CLICommand.class);
106 Logger.getLogger(CLICommand.class.getPackage().getName());
173 * Get a CLICommand object representing the named command.
175 public static CLICommand getCommand(Habitat habitat, String name)
182 CLICommand cmd = habitat.getComponent(CLICommand.class, name);
197 protected CLICommand() { method in class:CLICommand
218 protected CLICommand(String name, ProgramOptions programOpts, method in class:CLICommand
1160 InputStream is = CLICommand
[all...]

Completed in 13 milliseconds