Class ManifestFileHelper


  • public class ManifestFileHelper
    extends Object
    Author:
    Daniel Bernstein Date: Jul 29, 2015
    • Method Detail

      • loadManifestSetFromFile

        public static org.duracloud.common.collection.WriteOnlyStringSet loadManifestSetFromFile​(File manifestFile)
                                                                                          throws Exception
        Parameters:
        manifestFile - a manifest file
        Returns:
        a set based on the combined content id and checksum.
        Throws:
        Exception
      • formatManifestSetString

        public static String formatManifestSetString​(String contentId,
                                                     String checksum)