Class DeltaList


  • public class DeltaList
    extends java.lang.Object
    Details back from reading the manifest to say what is required to fulfill the manifest.
    Author:
    Mark Rogers
    • Constructor Summary

      Constructors 
      Constructor Description
      DeltaList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getRequiredParts()
      get the list of URLs reqired by the manifest.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeltaList

        public DeltaList()
    • Method Detail

      • getRequiredParts

        public java.util.Set<java.lang.String> getRequiredParts()
        get the list of URLs reqired by the manifest.
        Returns:
        the list of required URLs