Class ResourceAdapterArchiveImpl

All Implemented Interfaces:
Archive<ResourceAdapterArchive>, Assignable, ClassContainer<ResourceAdapterArchive>, LibraryContainer<ResourceAdapterArchive>, ManifestContainer<ResourceAdapterArchive>, ResourceAdapterContainer<ResourceAdapterArchive>, ResourceContainer<ResourceAdapterArchive>, ServiceProviderContainer<ResourceAdapterArchive>, ResourceAdapterArchive, ArchiveFormatAssociable

public class ResourceAdapterArchiveImpl extends ResourceAdapterContainerBase<ResourceAdapterArchive> implements ResourceAdapterArchive
ResourceAdapterArchiveImpl
Version:
$Revision: $
  • Field Details

    • log

      private static final 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 Details

    • ResourceAdapterArchiveImpl

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