Groovy 2.2.0

org.codehaus.groovy.tools.shell.commands
[Groovy] Class AliasTargetProxyCommand

java.lang.Object
  org.codehaus.groovy.tools.shell.CommandSupport
      org.codehaus.groovy.tools.shell.commands.AliasTargetProxyCommand

class AliasTargetProxyCommand
extends CommandSupport

Field Summary
 
Fields inherited from class CommandSupport
NEWLINE, io, log, messages, registry, shell
 
Property Summary
List args

 
Constructor Summary
AliasTargetProxyCommand(Shell shell, String name, List args)

 
Method Summary
Object execute(List args)

String getDescription()

String getHelp()

String getUsage()

 
Methods inherited from class CommandSupport
alias, assertNoArguments, createCompleters, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHistory, getImports, getUsage, getVariables
 

Property Detail

args

final List args


 
Constructor Detail

AliasTargetProxyCommand

AliasTargetProxyCommand(Shell shell, String name, List args)


 
Method Detail

execute

Object execute(List args)


getDescription

String getDescription()


getHelp

String getHelp()


getUsage

String getUsage()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.