org.schmant.support.io
Interface ProcessOutputStrategy

All Known Implementing Classes:
AppendToFileProcessOutputStrategy, LoggingProcessOutputStrategy, PrintProcessOutputStrategy, SaveToStringProcessOutputStrategy

public interface ProcessOutputStrategy

This is an interface implemented by strategy objects for dealing with the output from external processes.

Implementations of this interface should be immutable.

Since:
0.5
Author:
Karl Gustafsson

Method Summary
 ProcessOutputListener getOutputListener()
          Create a new process output listener for listening to a process.
 

Method Detail

getOutputListener

ProcessOutputListener getOutputListener()
Create a new process output listener for listening to a process.

Returns:
A new process output listener.