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 Archiver.addArchivedFileSet(ArchivedFileSet fileSet)
          Adds the given archive file set to the archive.
 void AbstractArchiver.addArchivedFileSet(ArchivedFileSet fileSet)
           
 void Archiver.addArchivedFileSet(File archiveFile)
           
 void AbstractArchiver.addArchivedFileSet(File archiveFile)
           
 void Archiver.addArchivedFileSet(File archiveFile, String prefix)
           
 void AbstractArchiver.addArchivedFileSet(File archiveFile, String prefix)
           
 void Archiver.addArchivedFileSet(File archiveFile, String[] includes, String[] excludes)
           
 void AbstractArchiver.addArchivedFileSet(File archiveFile, String[] includes, String[] excludes)
           
 void Archiver.addArchivedFileSet(File archiveFile, String prefix, String[] includes, String[] excludes)
           
 void AbstractArchiver.addArchivedFileSet(File archiveFile, String prefix, String[] includes, String[] excludes)
           
 void Archiver.addDirectory(File directory)
          Obsolete, use Archiver.addFileSet(FileSet).
 void AbstractArchiver.addDirectory(File directory)
           
 void Archiver.addDirectory(File directory, String prefix)
          Obsolete, use Archiver.addFileSet(FileSet).
 void AbstractArchiver.addDirectory(File directory, String prefix)
           
 void Archiver.addDirectory(File directory, String[] includes, String[] excludes)
          Obsolete, use Archiver.addFileSet(FileSet).
 void AbstractArchiver.addDirectory(File directory, String[] includes, String[] excludes)
           
 void Archiver.addDirectory(File directory, String prefix, String[] includes, String[] excludes)
          Obsolete, use Archiver.addFileSet(FileSet).
 void AbstractArchiver.addDirectory(File directory, String prefix, String[] includes, String[] excludes)
           
 void Archiver.addFile(File inputFile, String destFileName)
           
 void AbstractArchiver.addFile(File inputFile, String destFileName)
           
 void Archiver.addFile(File inputFile, String destFileName, int permissions)
           
 void AbstractArchiver.addFile(File inputFile, String destFileName, int permissions)
           
 void Archiver.addFileSet(FileSet fileSet)
          Adds the given file set to the archive.
 void AbstractArchiver.addFileSet(FileSet fileSet)
           
 void Archiver.addResource(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, String destFileName, int permissions)
          Adds the given resource collection to the archive.
 void AbstractArchiver.addResource(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, String destFileName, int permissions)
           
 void Archiver.addResources(org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection resources)
          Adds the given resource collection to the archive.
 void AbstractArchiver.addResources(org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection)
          Adds a resource collection to the archive.
protected  ArchiveEntry AbstractArchiver.asArchiveEntry(org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection, org.codehaus.plexus.components.io.resources.PlexusIoResource resource)
           
protected  ArchiveEntry AbstractArchiver.asArchiveEntry(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, String destFileName, int permissions)
           
protected  org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection AbstractArchiver.asResourceCollection(ArchivedFileSet fileSet)
           
protected  boolean AbstractArchiver.checkForced()
           
 void Archiver.createArchive()
           
 void AbstractArchiver.createArchive()
           
static ArchiveEntry ArchiveEntry.createDirectoryEntry(String target, File file, int permissions)
           
static ArchiveEntry ArchiveEntry.createDirectoryEntry(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions)
           
static ArchiveEntry ArchiveEntry.createEntry(String target, File file, int filePerm, int dirPerm)
           
static ArchiveEntry ArchiveEntry.createFileEntry(String target, File file, int permissions)
           
static ArchiveEntry ArchiveEntry.createFileEntry(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions)
           
protected abstract  void AbstractUnArchiver.execute()
           
protected abstract  void AbstractArchiver.execute()
           
protected abstract  void AbstractUnArchiver.execute(String path, File outputDirectory)
           
 void AbstractUnArchiver.extract()
           
 void UnArchiver.extract()
          Extract the archive.
 void AbstractUnArchiver.extract(String path, File outputDirectory)
           
 void UnArchiver.extract(String path, File outputDirectory)
          Take a patch into the archive and extract it to the specified directory.
 void AbstractArchiveFinalizer.finalizeArchiveCreation(Archiver archiver)
           
 void ArchiveFinalizer.finalizeArchiveCreation(Archiver archiver)
           
 void DotDirectiveArchiveFinalizer.finalizeArchiveCreation(Archiver archiver)
           
 void AbstractArchiveFinalizer.finalizeArchiveExtraction(UnArchiver unarchiver)
           
 void ArchiveFinalizer.finalizeArchiveExtraction(UnArchiver unarchiver)
           
 ResourceIterator Archiver.getResources()
          Returns an iterator over instances of ArchiveEntry, which have previously been added by calls to Archiver.addResources(PlexusIoResourceCollection), Archiver.addResource(PlexusIoResource, String, int), Archiver.addFileSet(FileSet), etc.
 ResourceIterator AbstractArchiver.getResources()
           
protected  boolean AbstractUnArchiver.isSelected(String fileName, org.codehaus.plexus.components.io.resources.PlexusIoResource fileInfo)
           
protected  boolean AbstractArchiver.isUptodate()
           
protected  void AbstractArchiver.runArchiveFinalizers()
           
protected  void AbstractUnArchiver.validate()
           
protected  void AbstractArchiver.validate()
           
 

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

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

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

Methods in org.codehaus.plexus.archiver.dir that throw ArchiverException
protected  void DirectoryArchiver.copyFile(ArchiveEntry entry, String vPath)
          Copies the specified file to the specified path, creating any ancestor directory structure as necessary.
 void DirectoryArchiver.execute()
           
 

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

Methods in org.codehaus.plexus.archiver.ear that throw ArchiverException
 void EarArchiver.addArchive(File fileName)
          Adds archive.
 void EarArchiver.addArchives(File directoryName, String[] includes, String[] excludes)
          Adds archives.
protected  void EarArchiver.initZipOutputStream(ZipOutputStream zOut)
           
 void EarArchiver.setAppxml(File descr)
          File to incorporate as application.xml.
protected  void EarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, 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
 void GZipCompressor.compress()
          perform the GZip compression operation.
protected  void GZipUnArchiver.execute()
           
protected  void GZipArchiver.execute()
           
 

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

Methods in org.codehaus.plexus.archiver.jar that throw ArchiverException
protected  boolean JarArchiver.createEmptyZip(File zipFile)
           
protected  void JarArchiver.finalizeZipOutputStream(ZipOutputStream zOut)
           
static Manifest Manifest.getDefaultManifest()
          Construct a manifest from Ant's default manifest file.
protected  void JarArchiver.initZipOutputStream(ZipOutputStream zOut)
           
 void JarArchiver.setManifest(File manifestFile)
          The manifest file to use.
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.
 

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

Methods in org.codehaus.plexus.archiver.tar that throw ArchiverException
protected  void TarUnArchiver.execute()
           
protected  void TarArchiver.execute()
           
protected  void TarArchiver.tarFile(ArchiveEntry entry, TarOutputStream tOut, 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
static void ArchiveEntryUtils.chmod(File file, int mode, org.codehaus.plexus.logging.Logger logger)
          jvm chmod will be used only if System property useJvmChmod set to true
static void ArchiveEntryUtils.chmod(File file, int mode, org.codehaus.plexus.logging.Logger logger, boolean useJvmChmod)
           
abstract  void Compressor.compress()
          subclasses must implement this method to do their compression this is public so the process of compression and closing can be dealt with separately.
 void Compressor.execute()
          validate, then hand off to the subclass
 void EnumeratedAttribute.setValue(String value)
          Invoked by IntrospectionHelper.
 

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

Methods in org.codehaus.plexus.archiver.war that throw 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;
protected  void WarArchiver.initZipOutputStream(ZipOutputStream zOut)
          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
protected  void WarArchiver.zipFile(ArchiveEntry entry, ZipOutputStream zOut, String vPath)
          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(ResourceIterator resources, ZipOutputStream zOut)
          Add the given resources.
protected  boolean AbstractZipArchiver.createEmptyZip(File zipFile)
          Create an empty zip file
protected  void AbstractZipArchiver.execute()
           
protected  void AbstractZipUnArchiver.execute()
           
protected  void AbstractZipUnArchiver.execute(String path, File outputDirectory)
           
protected  void AbstractZipUnArchiver.extractFile(File srcF, File dir, InputStream compressedInputStream, String entryName, Date entryDate, boolean isDirectory, Integer mode)
           
protected  void AbstractZipArchiver.finalizeZipOutputStream(ZipOutputStream zOut)
           
protected  void AbstractZipArchiver.initZipOutputStream(ZipOutputStream zOut)
          method for subclasses to override
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.