Groovy Documentation

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

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

class EditCommand
extends CommandSupport

The 'edit' command.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
 
Fields inherited from class CommandSupport
NEWLINE, io, log, messages, registry, shell
 
Constructor Summary
EditCommand(Shell shell)

 
Method Summary
java.lang.Object execute(java.util.List args)

java.lang.ProcessBuilder getEditorProcessBuilder(java.lang.String editCommand, java.lang.String tempFilename)

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

Constructor Detail

EditCommand

EditCommand(Shell shell)


 
Method Detail

execute

java.lang.Object execute(java.util.List args)


getEditorProcessBuilder

java.lang.ProcessBuilder getEditorProcessBuilder(java.lang.String editCommand, java.lang.String tempFilename)


 

Groovy Documentation