Package com.sun.enterprise.deployment.deploy.shared


package com.sun.enterprise.deployment.deploy.shared
  • Classes
    Class
    Description
    This Archive offers an abstraction for jsr88 deployment plan as defined for the SJES Application Server.
    This implementation of the Archive deal with reading jar files either from a JarFile or from a JarInputStream
    This abstract class contains all common implementation of the Archive/WritableArchive interfaces for Jar files
     
    Implements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.
    Provides an implementation of the Archive that maps to a Jar file @see java.util.jar.JarFile
    Utility logic.