public interface CommandType extends Comparable<CommandType>
Modifier and Type | Interface and Description |
---|---|
static interface |
CommandType.Setter |
static class |
CommandType.Token |
Modifier and Type | Method and Description |
---|---|
String[] |
getAliases() |
List<CommandType.Token> |
getArguments() |
Class<?> |
getCommandClass() |
String |
getHelp() |
jline.Completor |
getLastTokenCompletor(Shell shell,
String... line) |
String |
getName() |
Map<String,CommandType.Token> |
getParameters() |
String |
getSyntax() |
Runnable |
newInstance(Shell shell,
String... line) |
compareTo
Class<?> getCommandClass()
String getHelp()
String getName()
String[] getAliases()
List<CommandType.Token> getArguments()
Map<String,CommandType.Token> getParameters()
String getSyntax()
Runnable newInstance(Shell shell, String... line) throws ShellException
ShellException
Copyright © 2015 Nuxeo SA. All rights reserved.