- Type Parameters:
T
-
- All Superinterfaces:
- Executable<T>
- All Known Subinterfaces:
- ConfiguredExecutable<T>
- All Known Implementing Classes:
- ConfExecutable, Disembl, GlobPlot, GLprobs, Mafft, MSAprobs, Probcons, RNAalifold, 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
- Version:
- 1.0 October 2009
- Author:
- pvtroshin