Class ResourceAdapterArchiveImpl

    • 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_LIBRARY

        private static final ArchivePath PATH_LIBRARY
        Path to the application libraries.
    • Constructor Detail

      • ResourceAdapterArchiveImpl

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