Class ExplodedArchiveDescriptor

    • Constructor Detail

      • ExplodedArchiveDescriptor

        public ExplodedArchiveDescriptor​(ArchiveDescriptorFactory archiveDescriptorFactory,
                                         URL archiveUrl,
                                         String entryBasePrefix)
        Constructs an ExplodedArchiveDescriptor
        Parameters:
        archiveDescriptorFactory - The factory creating this
        archiveUrl - The directory URL
        entryBasePrefix - the base (within the url) that described the prefix for entries within the archive
    • Method Detail

      • visitArchive

        public void visitArchive​(ArchiveContext context)
        Description copied from interface: ArchiveDescriptor
        Perform visitation using the given context
        Parameters:
        context - The visitation context