Provides simple command aliasing.
Type | Name and description |
---|---|
private String |
targetName |
Constructor and description |
---|
CommandAlias
(Groovysh shell, String name, String shortcut, String target) |
CommandAlias
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected List |
createCompleters() |
|
Object |
execute(List args) |
|
String |
getDescription() |
|
String |
getHelp() |
|
boolean |
getHidden() |
|
CommandLine.Command |
getTarget() |
|
String |
getUsage() |
Methods inherited from class | Name |
---|---|
class CommandSupport |
alias, assertNoArguments, createCompleters, fail, fail, getAliases, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHidden, getHistory, getImports, getName, getShortcut, getUsage, getVariables |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.