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

Packages that use ArchiverException
org.codehaus.plexus.archiver   
org.codehaus.plexus.archiver.bzip2   
org.codehaus.plexus.archiver.dir   
org.codehaus.plexus.archiver.ear   
org.codehaus.plexus.archiver.gzip   
org.codehaus.plexus.archiver.jar   
org.codehaus.plexus.archiver.tar   
org.codehaus.plexus.archiver.util   
org.codehaus.plexus.archiver.war   
org.codehaus.plexus.archiver.zip   
 

Uses of ArchiverException in org.codehaus.plexus.archiver
 

Methods in org.codehaus.plexus.archiver that throw ArchiverException
 void AbstractArchiver.addArchivedFileSet(java.io.File archiveFile)
           
 void Archiver.addArchivedFileSet(java.io.File archiveFile)
           
 void AbstractArchiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String prefix)
           
 void Archiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String prefix)
           
 void AbstractArchiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String[] includes, java.lang.String[] excludes)
           
 void Archiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String[] includes, java.lang.String[] excludes)
           
 void AbstractArchiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String prefix, java.lang.String[] includes, java.lang.String[] excludes)
           
 void Archiver.addArchivedFileSet(java.io.File archiveFile, java.lang.String prefix, java.lang.String[] includes, java.lang.String[] excludes)
           
 void AbstractArchiver.addDirectory(java.io.File directory)
           
 void Archiver.addDirectory(java.io.File directory)
           
 void AbstractArchiver.addDirectory(java.io.File directory, java.lang.String prefix)
           
 void Archiver.addDirectory(java.io.File directory, java.lang.String prefix)
           
 void AbstractArchiver.addDirectory(java.io.File directory, java.lang.String[] includes, java.lang.String[] excludes)
           
 void Archiver.addDirectory(java.io.File directory, java.lang.String[] includes, java.lang.String[] excludes)
           
 void AbstractArchiver.addDirectory(java.io.File directory, java.lang.String prefix, java.lang.String[] includes, java.lang.String[] excludes)
           
 void Archiver.addDirectory(java.io.File directory, java.lang.String prefix, java.lang.String[] includes, java.lang.String[] excludes)
           
 void AbstractArchiver.addFile(java.io.File inputFile, java.lang.String destFileName)
           
 void Archiver.addFile(java.io.File inputFile, java.lang.String destFileName)
           
 void AbstractArchiver.addFile(java.io.File inputFile, java.lang.String destFileName, int permissions)
           
 void Archiver.addFile(java.io.File inputFile, java.lang.String destFileName, int permissions)
           
 void Archiver.createArchive()
           
static ArchiveEntry ArchiveEntry.createDirectoryEntry(java.lang.String target, java.io.File file, int permissions)
           
static ArchiveEntry ArchiveEntry.createEntry(java.lang.String target, java.io.File file, int filePerm, int dirPerm)
          Creates the correct ArchiveEntry instance for either a FILE or a DIRECTORY.
static ArchiveEntry ArchiveEntry.createFileEntry(java.lang.String target, java.io.File file, int permissions)
           
protected abstract  void AbstractUnArchiver.execute()
           
 void UnArchiver.extract()
           
 void AbstractUnArchiver.extract()
           
 void AbstractArchiveFinalizer.finalizeArchiveCreation(Archiver archiver)
           
 void ArchiveFinalizer.finalizeArchiveCreation(Archiver archiver)
           
 void AbstractArchiveFinalizer.finalizeArchiveExtraction(UnArchiver unarchiver)
           
 void ArchiveFinalizer.finalizeArchiveExtraction(UnArchiver unarchiver)
           
protected  void AbstractUnArchiver.validate()
           
 

Uses of ArchiverException in org.codehaus.plexus.archiver.bzip2
 

Methods in org.codehaus.plexus.archiver.bzip2 that throw ArchiverException
protected  void BZip2Compressor.compress()
          perform the GZip compression operation.
 void BZip2Archiver.createArchive()
           
protected  void BZip2UnArchiver.execute()
           
 

Uses of ArchiverException in org.codehaus.plexus.archiver.dir
 

Methods in org.codehaus.plexus.archiver.dir that throw ArchiverException
private  void DirectoryArchiver.chmod(java.io.File file, int mode)
           
protected  void DirectoryArchiver.copyFile(ArchiveEntry entry, java.lang.String vPath)
          Copies the specified file to the specified path, creating any ancestor directory structure as necessary.
 void DirectoryArchiver.createArchive()
           
 

Uses of ArchiverException in org.codehaus.plexus.archiver.ear
 

Methods in org.codehaus.plexus.archiver.ear that throw ArchiverException
 void EarArchiver.addArchive(java.io.File fileName)
          Adds archive.
 void EarArchiver.addArchives(java.io.File directoryName, java.lang.String[] includes, java.lang.String[] excludes)
          Adds archives.
protected  void EarArchiver.initZipOutputStream(ZipOutputStream zOut)
           
 void EarArchiver.setAppxml(java.io.File descr)
          File to incorporate as application.xml.
protected  void EarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, java.lang.String vPath, int mode)
          Overridden from ZipArchiver class to deal with application.xml
 

Uses of ArchiverException in org.codehaus.plexus.archiver.gzip
 

Methods in org.codehaus.plexus.archiver.gzip that throw ArchiverException
protected  void GZipCompressor.compress()
          perform the GZip compression operation.
 void GZipArchiver.createArchive()
           
protected  void GZipUnArchiver.execute()
           
 

Uses of ArchiverException in org.codehaus.plexus.archiver.jar
 

Methods in org.codehaus.plexus.archiver.jar that throw ArchiverException
protected  boolean JarArchiver.createEmptyZip(java.io.File zipFile)
           
private  void JarArchiver.createIndexList(ZipOutputStream zOut)
          Create the index list to speed up classloading.
private  Manifest JarArchiver.createManifest()
           
private  void JarArchiver.filesetManifest(java.io.File file, java.io.InputStream is)
           
protected  void JarArchiver.finalizeZipOutputStream(ZipOutputStream zOut)
           
static Manifest Manifest.getDefaultManifest()
          Construct a manifest from Ant's default manifest file.
private  Manifest JarArchiver.getManifest(java.io.File manifestFile)
           
private  Manifest JarArchiver.getManifest(java.io.Reader r)
           
protected  void JarArchiver.initZipOutputStream(ZipOutputStream zOut)
           
 void JarArchiver.setManifest(java.io.File manifestFile)
          The manifest file to use.
private  void JarArchiver.writeManifest(ZipOutputStream zOut, Manifest manifest)
           
protected  void JarArchiver.zipFile(java.io.InputStream is, ZipOutputStream zOut, java.lang.String vPath, long lastModified, java.io.File fromArchive, int mode)
          Overridden from Zip class to deal with manifests and index lists.
 

Uses of ArchiverException in org.codehaus.plexus.archiver.tar
 

Methods in org.codehaus.plexus.archiver.tar that throw ArchiverException
 void TarArchiver.createArchive()
           
private  java.io.InputStream TarUnArchiver.UntarCompressionMethod.decompress(java.io.File file, java.io.InputStream istream)
          This method wraps the input stream with the corresponding decompression method
protected  void TarUnArchiver.execute()
           
protected  void TarBZip2UnArchiver.execute()
           
protected  void TarGZipUnArchiver.execute()
           
protected  void TarArchiver.tarFile(ArchiveEntry entry, TarOutputStream tOut, java.lang.String vPath)
          tar a file
 

Constructors in org.codehaus.plexus.archiver.tar that throw ArchiverException
TarCompressionMethod()
          Default constructor
 

Uses of ArchiverException in org.codehaus.plexus.archiver.util
 

Methods in org.codehaus.plexus.archiver.util that throw ArchiverException
protected abstract  void Compressor.compress()
          subclasses must implement this method to do their compression
 void Compressor.execute()
          validate, then hand off to the subclass
 void EnumeratedAttribute.setValue(java.lang.String value)
          Invoked by IntrospectionHelper.
private  void Compressor.validate()
          validation routine
 

Uses of ArchiverException in org.codehaus.plexus.archiver.war
 

Methods in org.codehaus.plexus.archiver.war that throw ArchiverException
 void WarArchiver.addClass(java.io.File fileName)
          add a file under WEB-INF/lib/
 void WarArchiver.addClasses(java.io.File directoryName, java.lang.String[] includes, java.lang.String[] excludes)
          add files under WEB-INF/classes
 void WarArchiver.addLib(java.io.File fileName)
          add a file under WEB-INF/lib/
 void WarArchiver.addLibs(java.io.File directoryName, java.lang.String[] includes, java.lang.String[] excludes)
          add files under WEB-INF/lib/
 void WarArchiver.addWebinf(java.io.File directoryName, java.lang.String[] includes, java.lang.String[] excludes)
          files to add under WEB-INF;
protected  void WarArchiver.initZipOutputStream(ZipOutputStream zOut)
          override of parent; validates configuration before initializing the output stream.
 void WarArchiver.setWebxml(java.io.File descr)
          set the deployment descriptor to use (WEB-INF/web.xml); required unless update=true
protected  void WarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, java.lang.String vPath, int mode)
          Overridden from ZipArchiver class to deal with web.xml
 

Uses of ArchiverException in org.codehaus.plexus.archiver.zip
 

Methods in org.codehaus.plexus.archiver.zip that throw ArchiverException
protected  void AbstractZipArchiver.addResources(java.util.Map resources, ZipOutputStream zOut)
          Add the given resources.
 void AbstractZipArchiver.createArchive()
           
private  void AbstractZipArchiver.createArchiveMain()
           
protected  boolean AbstractZipArchiver.createEmptyZip(java.io.File zipFile)
          Create an empty zip file
protected  void AbstractZipUnArchiver.execute()
           
private  void AbstractZipUnArchiver.extractFileIfIncluded(java.io.File sourceFile, java.io.File destDirectory, java.io.InputStream inputStream, java.lang.String name, java.util.Date time, boolean isDirectory)
           
protected  void AbstractZipArchiver.finalizeZipOutputStream(ZipOutputStream zOut)
          method for subclasses to override
protected  void AbstractZipArchiver.initZipOutputStream(ZipOutputStream zOut)
          method for subclasses to override
protected  void AbstractZipUnArchiver.runArchiveFinalizers()
           
protected  void AbstractZipArchiver.runArchiveFinalizers()
           
protected  void AbstractZipArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, java.lang.String vPath)
          Method that gets called when adding from java.io.File instances.
protected  void AbstractZipArchiver.zipFile(java.io.InputStream in, ZipOutputStream zOut, java.lang.String vPath, long lastModified, java.io.File fromArchive, int mode)
          Adds a new entry to the archive, takes care of duplicates as well.