Uses of Class org.codehaus.plexus.archiver.zip.ZipOutputStream

Uses in package org.codehaus.plexus.archiver.ear

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipOutputStream

void
void
EarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, String vPath, int mode)
Overridden from ZipArchiver class to deal with application.xml

Uses in package org.codehaus.plexus.archiver.jar

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipOutputStream

void
Create the index list to speed up classloading.
void
method for subclasses to override
void
method for subclasses to override
void
void
JarArchiver.zipFile(InputStream is, ZipOutputStream zOut, String vPath, long lastModified, File fromArchive, int mode)
Overridden from Zip class to deal with manifests and index lists.

Uses in package org.codehaus.plexus.archiver.war

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipOutputStream

void
override of parent; validates configuration before initializing the output stream.
void
WarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, String vPath, int mode)
Overridden from ZipArchiver class to deal with web.xml

Uses in package org.codehaus.plexus.archiver.zip

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipOutputStream

void
AbstractZipArchiver.addParentDirs(File baseDir, String entry, ZipOutputStream zOut, String prefix)
Ensure all parent dirs of a given entry have been added.
void
Add the given resources.
void
method for subclasses to override
void
method for subclasses to override
void
AbstractZipArchiver.zipDir(File dir, ZipOutputStream zOut, String vPath, int mode)
void
AbstractZipArchiver.zipFile(InputStream in, ZipOutputStream zOut, String vPath, long lastModified, File fromArchive, int mode)
Adds a new entry to the archive, takes care of duplicates as well.
void
Method that gets called when adding from java.io.File instances.