compbio.engine.client
Interface PipedExecutable<T>

Type Parameters:
T -
All Superinterfaces:
Executable<T>
All Known Subinterfaces:
ConfiguredExecutable<T>
All Known Implementing Classes:
ConfExecutable, Mafft, Probcons, Tcoffee

public interface PipedExecutable<T>
extends Executable<T>

This is a marker interface to indicate that the output of the process must be captured. It is in generally better for the process to manage its own streams, but some executables are not capable of this thus require different handling

Author:
pvtroshin

Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Method Summary
 
Methods inherited from interface compbio.engine.client.Executable
addParameters, getCreatedFiles, getError, getInput, getLimit, getLimits, getOutput, getParameters, getResults, loadRunConfiguration