Package org.glassfish.api.deployment.archive


package org.glassfish.api.deployment.archive
  • Class
    Description
    This interface is an abstraction for accessing a module archive.
    ArchiveHandlers are considered part of container implementation, hence are not available until the corresponding container is setup.
    ArchiveHandlers are handling certain archive type.
    ArchiveType is an extension over ModuleType defined in jsr88 API.
    Composite handlers are just like any other ArchiveHandler except they get a chance at looking at the archive before the archive handlers do The main reason for this tag interface is that some archive handlers might be tricked into thinking a composite archive is theirs when in fact they only own a part of it.
    Interface for implementing read access to an underlying archive on a unspecified medium
    A lot of methods need to be written in order to implement ReadableArchive.
     
    Interface for implementing write access to an underlying archive on a unspecified medium