Groovy Documentation

org.linkedin.glu.commands.impl
[Groovy] Class FileSystemStreamStorage

java.lang.Object
  org.linkedin.glu.commands.impl.AbstractCommandStreamStorage
      org.linkedin.glu.commands.impl.FileSystemStreamStorage

class FileSystemStreamStorage
extends AbstractCommandStreamStorage

Authors:
yan@pongasoft.com


Field Summary
 
Fields inherited from class AbstractCommandStreamStorage
MODULE, log
 
Property Summary
java.lang.Object _streams

Resource baseDir

 
Method Summary
void close()

Close all streams we know about

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

java.lang.Object findStorageInputWithSize(StreamType type)

java.io.OutputStream findStorageOutput(StreamType type)

Resource getCommandResource()

java.lang.Object getStreams()

 
Methods inherited from class AbstractCommandStreamStorage
asyncCaptureIO, findStorageInput, findStorageInput, findStorageInputWithSize, syncCaptureIO, withOrWithoutStorageInput, withOrWithoutStorageInput, withOrWithoutStorageInputWithSize, withOrWithoutStorageOutput, withStorageInputWithSize
 

Property Detail

_streams

java.lang.Object _streams


baseDir

Resource baseDir


 
Method Detail

close

void close()
Close all streams we know about


createInputStream

java.io.InputStream createInputStream(Resource resource)
Creates the input stream but let a plugin customize it


createOutputStream

java.io.OutputStream createOutputStream(Resource resource)
Creates the output stream but let a plugin customize it


findStorageInputWithSize

java.lang.Object findStorageInputWithSize(StreamType type)


findStorageOutput

java.io.OutputStream findStorageOutput(StreamType type)


getCommandResource

Resource getCommandResource()


getStreams

java.lang.Object getStreams()


 

Groovy Documentation