Class OutputJarArchive

  • All Implemented Interfaces:
    Archive, WritableArchive

    @Service(name="jar")
    @PerLookup
    public class OutputJarArchive
    extends JarArchive
    implements WritableArchive
    Provides an implementation of the Archive that maps to a Jar file @see java.util.jar.JarFile
    Author:
    Jerome Dochez