Package org.duracloud.retrieval.mgmt
Class RetrievalManager
java.lang.Object
org.duracloud.retrieval.mgmt.RetrievalManager
- All Implemented Interfaces:
Runnable
The RetreivalManager manages the retrieval of files from DuraCloud to the
local file system.
-
Constructor Summary
ConstructorsConstructorDescriptionRetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps) -
Method Summary
-
Constructor Details
-
RetrievalManager
public RetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps)
-
-
Method Details