[Groovy] Class EditCommand
- org.codehaus.groovy.tools.shell.commands.EditCommand
The 'edit' command. Opens Editor to write into the current Buffer.
- Authors:
- Jason Dillon
Field Summary
Modifiers | Name | Description |
---|---|---|
static String | COMMAND_NAME |
Fields inherited from class | Fields |
---|---|
class CommandSupport | NEWLINE, io, log, messages, registry, shell |
Constructor Summary
Constructor and description |
---|
EditCommand
(Groovysh shell) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
execute(List<String> args) | |
ProcessBuilder |
getEditorProcessBuilder(String editCommand, String tempFilename) | |
void |
replaceCurrentBuffer(List<String> contents) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class CommandSupport | alias, assertNoArguments, createCompleters, fail, fail, getAliases, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHidden, getHistory, getImports, getName, getShortcut, getUsage, getVariables |
Field Detail
public static final String COMMAND_NAME
Constructor Detail
EditCommand(Groovysh shell)
Method Detail
@Override Object execute(List<String> args)
ProcessBuilder getEditorProcessBuilder(String editCommand, String tempFilename)
void replaceCurrentBuffer(List<String> contents)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/commands/EditCommand.html