Package org.duracloud.retrieval.mgmt
Class SpaceListManager
java.lang.Object
org.duracloud.retrieval.mgmt.SpaceListManager
- All Implemented Interfaces:
Runnable
The SpaceListManager manages the creation of files containing DuraCloud space content IDs
for the specified spaces on the local file system.
One content file for each space will be created.
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceListManager(ContentStore contentStore, File contentDir, List<String> spaces, boolean overwrite, int threads) -
Method Summary
-
Constructor Details
-
SpaceListManager
public SpaceListManager(ContentStore contentStore, File contentDir, List<String> spaces, boolean overwrite, int threads)
-
-
Method Details