Groovy 2.2.0

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

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

class PurgeCommand
extends ComplexCommandSupport

The 'purge' command.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
 
Fields inherited from class ComplexCommandSupport
defaultFunction, functions
 
Fields inherited from class CommandSupport
NEWLINE, io, log, messages, registry, shell
 
Property Summary
def do_classes

def do_imports

def do_preferences

def do_variables

 
Constructor Summary
PurgeCommand(Groovysh shell)

 
Method Summary
 
Methods inherited from class ComplexCommandSupport
createCompleters, execute, executeFunction, getFunctions, loadFunction
 
Methods inherited from class CommandSupport
alias, assertNoArguments, createCompleters, fail, fail, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHistory, getImports, getUsage, getVariables
 

Property Detail

do_classes

def do_classes


do_imports

def do_imports


do_preferences

def do_preferences


do_variables

def do_variables


 
Constructor Detail

PurgeCommand

PurgeCommand(Groovysh shell)


 

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