Class AlgorithmUpdater
- java.lang.Object
-
- org.gcube.data.analysis.wps.repository.AlgorithmUpdater
-
public final class AlgorithmUpdater extends Object
-
-
Constructor Summary
Constructors Constructor Description AlgorithmUpdater(String algorithmDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoadergetLoader()protected voidinit()booleanisStarted()protected booleanmustUpdate()protected voidreset()protected voidshutdown()protected voidstartWhatcher()
-
-
-
Constructor Detail
-
AlgorithmUpdater
public AlgorithmUpdater(String algorithmDirectory)
-
-
Method Detail
-
mustUpdate
protected boolean mustUpdate()
-
reset
protected void reset()
-
isStarted
public boolean isStarted()
-
init
protected void init()
-
startWhatcher
protected void startWhatcher()
-
getLoader
public ClassLoader getLoader()
-
shutdown
protected void shutdown()
-
-