es.unex.sextante.outputs
Class StreamOutputChannel

java.lang.Object
  extended by es.unex.sextante.outputs.StreamOutputChannel
All Implemented Interfaces:
IOutputChannel

public class StreamOutputChannel
extends java.lang.Object
implements IOutputChannel


Constructor Summary
StreamOutputChannel()
           
 
Method Summary
 java.lang.String getAsCommandLineParameter()
           
 java.io.PrintStream getStream()
           
 void setStream(java.io.PrintStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamOutputChannel

public StreamOutputChannel()
Method Detail

getAsCommandLineParameter

public java.lang.String getAsCommandLineParameter()
Specified by:
getAsCommandLineParameter in interface IOutputChannel

getStream

public java.io.PrintStream getStream()

setStream

public void setStream(java.io.PrintStream stream)