Package org.duracloud.retrieval.mgmt
Class RetrievalManager
- java.lang.Object
-
- org.duracloud.retrieval.mgmt.RetrievalManager
-
-
Constructor Summary
Constructors Constructor Description RetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisComplete()voidrun()Begins the content retrieval processvoidshutdown()Stops the retrieval, no further files will be retrieved after those which are in progress have completed.
-
-
-
Constructor Detail
-
RetrievalManager
public RetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps)
-
-