Package | Description |
---|---|
org.codehaus.plexus.archiver.ear | |
org.codehaus.plexus.archiver.jar | |
org.codehaus.plexus.archiver.war | |
org.codehaus.plexus.archiver.zip |
Modifier and Type | Method and Description |
---|---|
protected void |
EarArchiver.initZipOutputStream(ZipOutputStream zOut) |
protected void |
EarArchiver.zipFile(ArchiveEntry entry,
ZipOutputStream zOut,
String vPath,
int mode)
Overridden from ZipArchiver class to deal with application.xml
|
Modifier and Type | Method and Description |
---|---|
protected void |
JarArchiver.finalizeZipOutputStream(ZipOutputStream zOut) |
protected void |
JarArchiver.initZipOutputStream(ZipOutputStream zOut) |
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WarArchiver.initZipOutputStream(ZipOutputStream zOut)
override of parent; validates configuration
before initializing the output stream.
|
protected void |
WarArchiver.zipFile(ArchiveEntry entry,
ZipOutputStream zOut,
String vPath)
Overridden from ZipArchiver class to deal with web.xml
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractZipArchiver.addParentDirs(File baseDir,
String entry,
ZipOutputStream zOut,
String prefix)
Ensure all parent dirs of a given entry have been added.
|
protected void |
AbstractZipArchiver.addResources(ResourceIterator resources,
ZipOutputStream zOut)
Add the given resources.
|
protected void |
AbstractZipArchiver.finalizeZipOutputStream(ZipOutputStream zOut) |
protected void |
AbstractZipArchiver.initZipOutputStream(ZipOutputStream zOut)
method for subclasses to override
|
protected void |
AbstractZipArchiver.zipDir(org.codehaus.plexus.components.io.resources.PlexusIoResource dir,
ZipOutputStream zOut,
String vPath,
int mode) |
protected void |
AbstractZipArchiver.zipFile(ArchiveEntry entry,
ZipOutputStream zOut,
String vPath)
Method that gets called when adding from java.io.File instances.
|
protected 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.
|
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.