Groovy 1.7.2

org.codehaus.groovy.tools.shell.commands
Class AliasTargetProxyCommand

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

public class AliasTargetProxyCommand
extends CommandSupport

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, createCompletors, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompletor, getDescription, getHelp, getHistory, getImports, getUsage, getVariables
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

AliasTargetProxyCommand

public AliasTargetProxyCommand(Shell shell, String name, List args)


 
Method Detail

execute

public Object execute(List args)


getDescription

public String getDescription()


getHelp

public String getHelp()


getUsage

public String getUsage()


 

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