Groovy Documentation

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

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

class NoCommandStreamStorage
extends AbstractCommandStreamStorage

Authors:
yan@pongasoft.com


Field Summary
 
Fields inherited from class AbstractCommandStreamStorage
MODULE, log
 
Method Summary
java.lang.Object findStorageInputWithSize(StreamType streamType)

java.io.OutputStream findStorageOutput(StreamType streamType)

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

Method Detail

findStorageInputWithSize

@Override
java.lang.Object findStorageInputWithSize(StreamType streamType)


findStorageOutput

@Override
java.io.OutputStream findStorageOutput(StreamType streamType)


 

Groovy Documentation