com.servingxml.components.command
Class CommandSink
java.lang.Object
com.servingxml.io.streamsink.AbstractStreamSink
com.servingxml.components.command.CommandSink
- All Implemented Interfaces:
- StreamSink
public class CommandSink
- extends AbstractStreamSink
- implements StreamSink
Constructor Summary |
CommandSink(java.lang.ProcessBuilder processBuilder)
|
CommandSink(java.lang.ProcessBuilder processBuilder,
java.nio.charset.Charset charset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandSink
public CommandSink(java.lang.ProcessBuilder processBuilder)
CommandSink
public CommandSink(java.lang.ProcessBuilder processBuilder,
java.nio.charset.Charset charset)
getCharset
public java.nio.charset.Charset getCharset()
- Specified by:
getCharset
in interface StreamSink
getCharset
public java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
- Specified by:
getCharset
in interface StreamSink
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface StreamSink
close
public void close()
- Specified by:
close
in interface StreamSink
setOutputProperties
public void setOutputProperties(java.util.Properties outputProperties)
- Specified by:
setOutputProperties
in interface StreamSink
setOutputProperty
public void setOutputProperty(java.lang.String key,
java.lang.String value)
- Specified by:
setOutputProperty
in interface StreamSink
getOutputProperties
public java.util.Properties getOutputProperties()
- Specified by:
getOutputProperties
in interface StreamSink