X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fclient%2FPipedExecutable.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fclient%2FPipedExecutable.html;h=c1dc1a13489b4c6f40e575ddd276408837035697;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/client/PipedExecutable.html b/website/full_javadoc/compbio/engine/client/PipedExecutable.html new file mode 100644 index 0000000..c1dc1a1 --- /dev/null +++ b/website/full_javadoc/compbio/engine/client/PipedExecutable.html @@ -0,0 +1,230 @@ + + + + + + +PipedExecutable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.engine.client +
+Interface PipedExecutable<T>

+
+
Type Parameters:
T -
+
+
All Superinterfaces:
Executable<T>
+
+
+
All Known Subinterfaces:
ConfiguredExecutable<T>
+
+
+
All Known Implementing Classes:
ConfExecutable, Disembl, GlobPlot, 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 +

+ +

+

+
Version:
+
1.0 October 2009
+
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, getClusterJobSettings, getCreatedFiles, getError, getInput, getLimit, getLimits, getOutput, getParameters, getResults, loadRunConfiguration
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +