Uses of Class
org.codehaus.plexus.archiver.zip.ConcurrentJarCreator
Package
Description
-
Uses of ConcurrentJarCreator in org.codehaus.plexus.archiver.ear
Modifier and TypeMethodDescriptionprotected void
EarArchiver.initZipOutputStream
(ConcurrentJarCreator zOut) protected void
EarArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath, int mode) Overridden from ZipArchiver class to deal with application.xml -
Uses of ConcurrentJarCreator in org.codehaus.plexus.archiver.jar
Modifier and TypeMethodDescriptionprotected void
JarArchiver.finalizeZipOutputStream
(ConcurrentJarCreator zOut) protected void
JarArchiver.initZipOutputStream
(ConcurrentJarCreator zOut) protected void
JarArchiver.zipFile
(org.apache.commons.compress.parallel.InputStreamSupplier is, ConcurrentJarCreator zOut, String vPath, long lastModified, File fromArchive, int mode, String symlinkDestination, boolean addInParallel) Overridden from Zip class to deal with manifests and index lists.protected void
JarToolModularJarArchiver.zipFile
(org.apache.commons.compress.parallel.InputStreamSupplier is, ConcurrentJarCreator zOut, String vPath, long lastModified, File fromArchive, int mode, String symlinkDestination, boolean addInParallel) -
Uses of ConcurrentJarCreator in org.codehaus.plexus.archiver.war
Modifier and TypeMethodDescriptionprotected void
WarArchiver.initZipOutputStream
(ConcurrentJarCreator zOut) override of parent; validates configuration before initializing the output stream.protected void
WarArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath) Overridden from ZipArchiver class to deal with web.xml -
Uses of ConcurrentJarCreator in org.codehaus.plexus.archiver.zip
Modifier and TypeMethodDescriptionprotected final void
AbstractZipArchiver.addResources
(ResourceIterator resources, ConcurrentJarCreator zOut) Add the given resources.protected void
AbstractZipArchiver.finalizeZipOutputStream
(ConcurrentJarCreator zOut) protected void
AbstractZipArchiver.initZipOutputStream
(ConcurrentJarCreator zOut) method for subclasses to overrideprotected void
AbstractZipArchiver.zipDir
(org.codehaus.plexus.components.io.resources.PlexusIoResource dir, ConcurrentJarCreator zOut, String vPath, int mode, String encodingToUse) protected void
AbstractZipArchiver.zipFile
(org.apache.commons.compress.parallel.InputStreamSupplier in, ConcurrentJarCreator zOut, String vPath, long lastModified, File fromArchive, int mode, String symlinkDestination, boolean addInParallel) Adds a new entry to the archive, takes care of duplicates as well.protected void
AbstractZipArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath) Method that gets called when adding from java.io.File instances.