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 Details

    • ManifestBuilder

      @Autowired public ManifestBuilder(org.duracloud.mill.manifest.ManifestStore manifestStore)
  • Method Details

    • 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 -
    • execute

      public void execute() throws Exception
      Throws:
      Exception