Package org.duracloud.retrieval.mgmt
Class SpaceListWorker
- java.lang.Object
-
- org.duracloud.retrieval.mgmt.SpaceListWorker
-
-
Constructor Summary
Constructors Constructor Description SpaceListWorker(ContentStore contentStore, String spaceId, File contentDir, boolean overwrite)Creates a Space List Worker to handle retrieving a list of space contents
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateSpaceListFile()FilegetOutputFile()voidrun()
-
-
-
Constructor Detail
-
SpaceListWorker
public SpaceListWorker(ContentStore contentStore, String spaceId, File contentDir, boolean overwrite)
Creates a Space List Worker to handle retrieving a list of space contents
-
-