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)  | 
compareToClass<?> getCommandClass()
String[] getAliases()
List<CommandType.Token> getArguments()
Map<String,CommandType.Token> getParameters()
Runnable newInstance(Shell shell, String... line) throws ShellException
ShellExceptionjline.Completor getLastTokenCompletor(Shell shell, String... line)
Copyright © 2019 Nuxeo. All rights reserved.