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

Uses in package org.codehaus.plexus.archiver

Methods with return type org.codehaus.plexus.archiver.ArchiveEntry

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)

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

Methods with parameter type org.codehaus.plexus.archiver.ArchiveEntry

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

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

Methods with parameter type org.codehaus.plexus.archiver.ArchiveEntry

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.tar

Methods with parameter type org.codehaus.plexus.archiver.ArchiveEntry

void
TarArchiver.tarFile(ArchiveEntry entry, TarOutputStream tOut, String vPath)
tar a file

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

Methods with parameter type org.codehaus.plexus.archiver.ArchiveEntry

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 with parameter type org.codehaus.plexus.archiver.ArchiveEntry

void
Method that gets called when adding from java.io.File instances.