Class ArchiveBase

    • Field Detail

      • rootURL

        protected URL rootURL
      • descriptorLocation

        protected String descriptorLocation
    • Constructor Detail

      • ArchiveBase

        public ArchiveBase()
        Default Constructor. If you use this constructor, this class will assume you set the rootURL and descriptorLocation prior to using it
      • ArchiveBase

        public ArchiveBase​(URL rootUrl,
                           String descriptorLocation)