Groovy 1.7.2

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

java.lang.Object
  org.codehaus.groovy.tools.shell.CommandSupport
      org.codehaus.groovy.tools.shell.ComplexCommandSupport
          org.codehaus.groovy.tools.shell.commands.ShadowCommand

public class ShadowCommand
extends ComplexCommandSupport

The 'shadow' command.

version:
$Id: ShadowCommand.groovy 8432 2007-10-07 08:55:37Z user57 $
author:
Jason Dillon


Constructor Summary
ShadowCommand(Shell shell)

 
Method Summary
 
Methods inherited from class ComplexCommandSupport
createCompletors, execute, executeFunction, loadFunction
 
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

ShadowCommand

public ShadowCommand(Shell shell)


 

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