Class ManifestBuilder
- java.lang.Object
-
- org.duracloud.mill.manifest.builder.ManifestBuilder
-
@Component public class ManifestBuilder extends Object
- Author:
- Daniel Bernstein Date: Jan 2, 2015
-
-
Constructor Summary
Constructors Constructor Description ManifestBuilder(org.duracloud.mill.manifest.ManifestStore manifestStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidinit(String account, Collection<org.duracloud.client.ContentStore> contentStores, List<String> spaceList, boolean clean, boolean dryRun, int threads)
-
-
-
Method Detail
-
init
public void init(String account, Collection<org.duracloud.client.ContentStore> contentStores, List<String> spaceList, boolean clean, boolean dryRun, int threads)
- Parameters:
account-contentStores-spaceList-clean-dryRun-threads-
-
-