compbio.ws.client
Class ServicesUtil

java.lang.Object
  extended by compbio.ws.client.ServicesUtil

public class ServicesUtil
extends Object


Constructor Summary
ServicesUtil()
           
 
Method Summary
static Class<? extends Executable<?>> getRunnerByJobDirectory(File jobdir)
           
static Services getServiceByJobDirectory(File jobdir)
           
static Services getServiceByRunner(Class<Executable<?>> runnerClassName)
           
static Class<? extends 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(Class<Executable<?>> runnerClassName)

getServiceImpl

public static Class<? extends Executable<?>> getServiceImpl(Services service)

getRunnerByJobDirectory

public static Class<? extends Executable<?>> getRunnerByJobDirectory(File jobdir)

getServiceByJobDirectory

public static Services getServiceByJobDirectory(File jobdir)