Class EnterpriseArchiveImpl

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

        private static final ArchivePath PATH_APPLICATION
        Path to the application resources.
      • PATH_LIBRARY

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

        private static final ArchivePath PATH_MODULE
        Path to the application modules.
    • Constructor Detail

      • EnterpriseArchiveImpl

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