Uses of Class org.codehaus.plexus.archiver.ArchiverException

Uses in package org.codehaus.plexus.archiver

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
void
Archiver.addDirectory(File directory)
void
AbstractArchiver.addDirectory(File directory, String prefix)
void
Archiver.addDirectory(File directory, String prefix)
void
AbstractArchiver.addDirectory(File directory, String prefix, String[] includes, String[] excludes)
void
Archiver.addDirectory(File directory, String prefix, String[] includes, String[] excludes)
void
AbstractArchiver.addDirectory(File directory, String[] includes, String[] excludes)
void
Archiver.addDirectory(File directory, String[] includes, String[] excludes)
void
AbstractArchiver.addFile(File inputFile, String destFileName)
void
Archiver.addFile(File inputFile, String destFileName)
void
AbstractArchiver.addFile(File inputFile, String destFileName, int permissions)
void
Archiver.addFile(File inputFile, String destFileName, int permissions)
void
ArchiveEntry
ArchiveEntry.createDirectoryEntry(String target, File file, int permissions)
ArchiveEntry
ArchiveEntry.createEntry(String target, File file, int filePerm, int dirPerm)
Creates the correct ArchiveEntry instance for either a FILE or a DIRECTORY.
ArchiveEntry
ArchiveEntry.createFileEntry(String target, File file, int permissions)
void
void
void
void

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
perform the GZip compression operation.
void
void

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
DirectoryArchiver.chmod(File file, int mode)
void
DirectoryArchiver.copyFile(ArchiveEntry entry, String vPath)
Copies the specified file to the specified path, creating any ancestor directory structure as necessary.
void

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
EarArchiver.addArchive(File fileName)
Adds archive.
void
EarArchiver.addArchives(File directoryName, String[] includes, String[] excludes)
Adds archives.
void
void
EarArchiver.setAppxml(File descr)
File to incorporate as application.xml.
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.gzip

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
perform the GZip compression operation.
void
void

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

boolean
void
Create the index list to speed up classloading.
Manifest
void
JarArchiver.filesetManifest(File file, InputStream is)
void
method for subclasses to override
Manifest
Construct a manifest from Ant's default manifest file.
Manifest
JarArchiver.getManifest(File manifestFile)
Manifest
void
method for subclasses to override
void
JarArchiver.setManifest(File manifestFile)
The manifest file to use.
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.tar

Constructors which throw type org.codehaus.plexus.archiver.ArchiverException

Default constructor

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
InputStream
TarUnArchiver.UntarCompressionMethod.decompress(File file, InputStream istream)
This method wraps the input stream with the corresponding decompression method
void
void
void
void
TarArchiver.tarFile(ArchiveEntry entry, TarOutputStream tOut, String vPath)
tar a file

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
subclasses must implement this method to do their compression
void
validate, then hand off to the subclass
void
Invoked by IntrospectionHelper.
void
validation routine

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

Methods which throw type org.codehaus.plexus.archiver.ArchiverException

void
WarArchiver.addClass(File fileName)
add a file under WEB-INF/lib/
void
WarArchiver.addClasses(File directoryName, String[] includes, String[] excludes)
add files under WEB-INF/classes
void
WarArchiver.addLib(File fileName)
add a file under WEB-INF/lib/
void
WarArchiver.addLibs(File directoryName, String[] includes, String[] excludes)
add files under WEB-INF/lib/
void
WarArchiver.addWebinf(File directoryName, String[] includes, String[] excludes)
files to add under WEB-INF;
void
override of parent; validates configuration before initializing the output stream.
void
WarArchiver.setWebxml(File descr)
set the deployment descriptor to use (WEB-INF/web.xml); required unless update=true
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 which throw type org.codehaus.plexus.archiver.ArchiverException

void
Add the given resources.
void
void
boolean
Create an empty zip file
void
void
method for subclasses to override
void
method for subclasses to override
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.