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 Services getServiceByJobDirectory(java.io.File jobdir)
           
static Services getServiceByRunner(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)