public interface CommandHandler
Modifier and Type | Field and Description |
---|---|
static boolean |
commandDone |
static boolean |
longHelp |
static boolean |
parseError |
static boolean |
shortHelp |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
void |
printCommandHelp(PrintStream out,
boolean helpType) |
boolean |
processCommand(String[] cmd,
ORB orb,
PrintStream out) |
static final boolean shortHelp
static final boolean longHelp
static final boolean parseError
static final boolean commandDone
String getCommandName()
void printCommandHelp(PrintStream out, boolean helpType)
boolean processCommand(String[] cmd, ORB orb, PrintStream out)
Copyright © 2016 JBoss by Red Hat. All rights reserved.