Uses of Class
org.codehaus.plexus.archiver.ArchiveEntry
Packages that use ArchiveEntry
Package
Description
-
Uses of ArchiveEntry in org.codehaus.plexus.archiver
Methods in org.codehaus.plexus.archiver that return ArchiveEntryModifier and TypeMethodDescriptionprotected ArchiveEntry
AbstractArchiver.asArchiveEntry
(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, String destFileName, int permissions, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection) static ArchiveEntry
ArchiveEntry.createDirectoryEntry
(String target, File file, int permissions, int defaultDirMode1) static ArchiveEntry
ArchiveEntry.createDirectoryEntry
(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions, int defaultDirectoryPermissions) static ArchiveEntry
ArchiveEntry.createFileEntry
(String target, File file, int permissions, int defaultDirectoryPermissions) static ArchiveEntry
ArchiveEntry.createFileEntry
(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection, int defaultDirectoryPermissions) static ArchiveEntry
ArchiveEntry.createSymlinkEntry
(String symlinkName, int permissions, String symlinkDestination, int defaultDirectoryPermissions) ResourceIterator.next()
Methods in org.codehaus.plexus.archiver that return types with arguments of type ArchiveEntry -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.diags
Methods in org.codehaus.plexus.archiver.diags that return types with arguments of type ArchiveEntry -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.dir
Methods in org.codehaus.plexus.archiver.dir with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected void
DirectoryArchiver.copyFile
(ArchiveEntry entry, String vPath) Copies the specified file to the specified path, creating any ancestor directory structure as necessary. -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.ear
Methods in org.codehaus.plexus.archiver.ear with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected void
EarArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath, int mode) Overridden from ZipArchiver class to deal with application.xml -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.tar
Methods in org.codehaus.plexus.archiver.tar with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected void
TarArchiver.tarFile
(ArchiveEntry entry, org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tOut, String vPath) tar a file -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.war
Methods in org.codehaus.plexus.archiver.war with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected void
WarArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath) Overridden from ZipArchiver class to deal with web.xml -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.zip
Methods in org.codehaus.plexus.archiver.zip with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected void
AbstractZipArchiver.zipFile
(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath) Method that gets called when adding from java.io.File instances.
Archiver.getResources()