X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fclient%2FExecutable.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Fclient%2FExecutable.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=e59a18fddc6adf0684a2a2fcff3e97a970d07de1;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/client/Executable.html b/website/full_javadoc/compbio/engine/client/Executable.html deleted file mode 100644 index e59a18f..0000000 --- a/website/full_javadoc/compbio/engine/client/Executable.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - -Executable - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.engine.client -
-Interface Executable<T>

-
-
Type Parameters:
T -
-
-
All Known Subinterfaces:
ConfiguredExecutable<T>, PipedExecutable<T>
-
-
-
All Known Implementing Classes:
_SkeletalCommandBuilder, AACon, BlastAll, ClustalO, ClustalW, ConfExecutable, Disembl, GlobPlot, IUPred, Jronn, Mafft, Mcl, Muscle, NetNglyc, OB, Probcons, PSIBlast, Ronn, RPSBlast, SkeletalExecutable, Tcoffee
-
-
-
-
public interface Executable<T>
- - -

-Interface to a native executable. -

- -

-

-
Author:
-
pvtroshin
-
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static classExecutable.ExecProvider - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- Executable<T>addParameters(List<String> parameters) - -
-          Adds parameter to the list of parameters for a native executable
- StringgetClusterJobSettings() - -
-           
- List<String>getCreatedFiles() - -
-          Deprecated. 
- StringgetError() - -
-           
- StringgetInput() - -
-           
- Limit<T>getLimit(String presetName) - -
-           
- LimitsManager<T>getLimits() - -
-           
- StringgetOutput() - -
-           
- CommandBuilder<T>getParameters(Executable.ExecProvider provider) - -
-           
- - - - - -
-<V> V
-
getResults(String directory) - -
-           
- Executable<?>loadRunConfiguration(RunConfiguration rconfig) - -
-           
-  -

- - - - - - - - -
-Method Detail
- -

-addParameters

-
-Executable<T> addParameters(List<String> parameters)
-
-
Adds parameter to the list of parameters for a native executable -

-

-
Parameters:
parameters - -
Returns:
this Executable
-
-
-
- -

-getCreatedFiles

-
-@Deprecated
-List<String> getCreatedFiles()
-
-
Deprecated.  -

-

-
-
-
-
- -

-getInput

-
-String getInput()
-
-
-
-
-
-
- -

-getOutput

-
-String getOutput()
-
-
-
-
-
-
- -

-getError

-
-String getError()
-
-
-
-
-
-
- -

-getParameters

-
-CommandBuilder<T> getParameters(Executable.ExecProvider provider)
-
-
-
-
-
-
- -

-getResults

-
-<V> V getResults(String directory)
-             throws ResultNotAvailableException
-
-
- -
Throws: -
ResultNotAvailableException
-
-
-
- -

-loadRunConfiguration

-
-Executable<?> loadRunConfiguration(RunConfiguration rconfig)
-
-
-
-
-
-
- -

-getLimit

-
-Limit<T> getLimit(String presetName)
-
-
-
-
-
-
- -

-getLimits

-
-LimitsManager<T> getLimits()
-
-
-
-
-
-
- -

-getClusterJobSettings

-
-String getClusterJobSettings()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -