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=e64345c513796e83d45f0d1d0c9ac45513b0484c;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/client/RunConfiguration.html b/website/full_javadoc/compbio/engine/client/RunConfiguration.html new file mode 100644 index 0000000..e64345c --- /dev/null +++ b/website/full_javadoc/compbio/engine/client/RunConfiguration.html @@ -0,0 +1,572 @@ + + + + + + +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
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +