Class JavaArchiveImpl

    • Field Detail

      • log

        private static final java.util.logging.Logger log
      • PATH_MANIFEST

        private static final ArchivePath PATH_MANIFEST
        Path to the manifests inside of the Archive.
      • PATH_RESOURCE

        private static final ArchivePath PATH_RESOURCE
        Path to the resources inside of the Archive.
      • PATH_CLASSES

        private static final ArchivePath PATH_CLASSES
        Path to the classes inside of the Archive.
    • Constructor Detail

      • JavaArchiveImpl

        public JavaArchiveImpl​(Archive<?> delegate)
        Create a new JavaArchive with any type storage engine as backing.
        Parameters:
        delegate - The storage backing.