X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fws%2Fclient%2FServicesUtil.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fws%2Fclient%2FServicesUtil.html;h=f0dc95b1b2302794f2290f37c92ae352ca35feb4;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/ws/client/ServicesUtil.html b/website/dm_javadoc/compbio/ws/client/ServicesUtil.html new file mode 100644 index 0000000..f0dc95b --- /dev/null +++ b/website/dm_javadoc/compbio/ws/client/ServicesUtil.html @@ -0,0 +1,309 @@ + + + + + + +ServicesUtil + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.ws.client +
+Class ServicesUtil

+
+java.lang.Object
+  extended by compbio.ws.client.ServicesUtil
+
+
+
+
public class ServicesUtil
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ServicesUtil() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static java.lang.Class<? extends compbio.engine.client.Executable<?>>getRunnerByJobDirectory(java.io.File jobdir) + +
+           
+static ServicesgetServiceByJobDirectory(java.io.File jobdir) + +
+           
+static ServicesgetServiceByRunner(java.lang.Class<? extends compbio.engine.client.Executable> class1) + +
+           
+static java.lang.Class<? extends compbio.engine.client.Executable<?>>getServiceImpl(Services service) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServicesUtil

+
+public ServicesUtil()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getServiceByRunner

+
+public static Services getServiceByRunner(java.lang.Class<? extends compbio.engine.client.Executable> class1)
+
+
+
+
+
+
+ +

+getServiceImpl

+
+public static java.lang.Class<? extends compbio.engine.client.Executable<?>> getServiceImpl(Services service)
+
+
+
+
+
+
+ +

+getRunnerByJobDirectory

+
+public static java.lang.Class<? extends compbio.engine.client.Executable<?>> getRunnerByJobDirectory(java.io.File jobdir)
+
+
+
+
+
+
+ +

+getServiceByJobDirectory

+
+public static Services getServiceByJobDirectory(java.io.File jobdir)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +