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

- -compbio.engine.client -
-Class RunConfiguration

-
-java.lang.Object
-  extended by compbio.engine.client.RunConfiguration
-
-
-
-
public class RunConfiguration
extends Object
- - -

-Value class for persisting ConfExecutable instances -

- -

-

-
Author:
-
pvtroshin
-
-
- -

- - - - - - - - - - - -
-Field Summary
-static StringrconfigFile - -
-           
-  - - - - - - - - - - - - - -
-Constructor Summary
RunConfiguration() - -
-           
RunConfiguration(ConfExecutable<?> cexec) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object obj) - -
-           
- StringgetError() - -
-           
- StringgetInput() - -
-           
- StringgetOutput() - -
-           
- CommandBuilder<?>getParameters() - -
-           
- StringgetRunnerClassName() - -
-           
- inthashCode() - -
-           
-static RunConfigurationload(InputStream input) - -
-           
- voidsetError(String error) - -
-           
- voidsetInput(String input) - -
-           
- voidsetOutput(String output) - -
-           
- voidsetParameters(CommandBuilder<?> parameters) - -
-           
- StringtoString() - -
-           
-static booleanwrite(RunConfiguration rconf) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-rconfigFile

-
-public static final String rconfigFile
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-RunConfiguration

-
-public RunConfiguration()
-
-
-
- -

-RunConfiguration

-
-public RunConfiguration(ConfExecutable<?> cexec)
-
-
- - - - - - - - -
-Method Detail
- -

-write

-
-public static boolean write(RunConfiguration rconf)
-                     throws IOException
-
-
- -
Throws: -
IOException
-
-
-
- -

-load

-
-public static RunConfiguration load(InputStream input)
-                             throws IOException
-
-
- -
Throws: -
IOException
-
-
-
- -

-setOutput

-
-public void setOutput(String output)
-
-
-
-
-
-
- -

-getParameters

-
-public CommandBuilder<?> getParameters()
-
-
-
-
-
-
- -

-setParameters

-
-public void setParameters(CommandBuilder<?> parameters)
-
-
-
-
-
-
- -

-getOutput

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

-setError

-
-public void setError(String error)
-
-
-
-
-
-
- -

-getError

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

-getInput

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

-setInput

-
-public void setInput(String input)
-
-
-
-
-
-
- -

-getRunnerClassName

-
-public String getRunnerClassName()
-
-
-
-
-
-
- -

-equals

-
-public boolean equals(Object obj)
-
-
-
Overrides:
equals in class Object
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
-
-
-
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -