Interface ArchiveContext

    • Method Detail

      • isRootUrl

        boolean isRootUrl()
        Is the archive described (and being visited) the root url for the persistence-unit?
        Returns:
        true if it is the root url
      • obtainArchiveEntryHandler

        ArchiveEntryHandler obtainArchiveEntryHandler​(ArchiveEntry entry)
        Get the handler for the given entry, which generally is indicated by the entry type (a .class file, a mapping file, etc).
        Parameters:
        entry - The archive entry
        Returns:
        The appropriate handler for the entry