|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.commands.impl.AbstractCommandExecutionIOStorage
org.linkedin.glu.commands.impl.FileSystemCommandExecutionIOStorage
class FileSystemCommandExecutionIOStorage extends AbstractCommandExecutionIOStorage
Field Summary | |
---|---|
static java.lang.String |
MODULE
|
static Logger |
log
|
Fields inherited from class AbstractCommandExecutionIOStorage | |
---|---|
MODULE, log |
Property Summary | |
---|---|
java.io.FileSystem |
commandExecutionFileSystem
|
java.lang.String |
commandFileName
|
java.util.Map |
commands
Contains the storage of the commands while capture IO is executing only! |
java.text.SimpleDateFormat |
dateFormat
|
java.lang.String |
stderrStreamFileName
|
java.lang.String |
stdinStreamFileName
|
java.lang.String |
stdoutStreamFileName
|
Method Summary | |
---|---|
protected java.lang.Object
|
captureIO(CommandExecution commandExecution, groovy.lang.Closure closure)
|
java.io.InputStream
|
createInputStream(Resource resource)
Creates the input stream but let a plugin customize it |
java.io.OutputStream
|
createOutputStream(Resource resource)
Creates the output stream but let a plugin customize it |
CommandExecution
|
findCommandExecution(java.lang.String commandId)
|
protected AbstractCommandStreamStorage
|
saveCommandExecution(CommandExecution commandExecution, java.lang.Object stdin)
|
Field Detail |
---|
public static final java.lang.String MODULE
public static final Logger log
Property Detail |
---|
@Initializable(required = true) java.io.FileSystem commandExecutionFileSystem
@Initializable java.lang.String commandFileName
final java.util.Map commands
@Initializable java.text.SimpleDateFormat dateFormat
@Initializable java.lang.String stderrStreamFileName
@Initializable java.lang.String stdinStreamFileName
@Initializable java.lang.String stdoutStreamFileName
Method Detail |
---|
@Override protected java.lang.Object captureIO(CommandExecution commandExecution, groovy.lang.Closure closure)
java.io.InputStream createInputStream(Resource resource)
java.io.OutputStream createOutputStream(Resource resource)
@Override CommandExecution findCommandExecution(java.lang.String commandId)
@Override protected AbstractCommandStreamStorage saveCommandExecution(CommandExecution commandExecution, java.lang.Object stdin)
Groovy Documentation