|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.commands.impl.AbstractCommandStreamStorage
org.linkedin.glu.commands.impl.FileSystemStreamStorage
class FileSystemStreamStorage extends AbstractCommandStreamStorage
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()
|
Property Detail |
---|
java.lang.Object _streams
Resource baseDir
Method Detail |
---|
void close()
java.io.InputStream createInputStream(Resource resource)
java.io.OutputStream createOutputStream(Resource resource)
java.lang.Object findStorageInputWithSize(StreamType type)
java.io.OutputStream findStorageOutput(StreamType type)
Resource getCommandResource()
java.lang.Object getStreams()
Groovy Documentation