Uses of Class
org.codehaus.plexus.archiver.ArchiveEntry
-
-
Uses of ArchiveEntry in org.codehaus.plexus.archiver
Methods in org.codehaus.plexus.archiver that return ArchiveEntry Modifier and Type Method Description protected 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)
ArchiveEntry
ResourceIterator. next()
Methods in org.codehaus.plexus.archiver that return types with arguments of type ArchiveEntry Modifier and Type Method Description Map<String,ArchiveEntry>
AbstractArchiver. getFiles()
Map<String,ArchiveEntry>
Archiver. getFiles()
Deprecated. -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.diags
Methods in org.codehaus.plexus.archiver.diags that return types with arguments of type ArchiveEntry Modifier and Type Method Description Map<String,ArchiveEntry>
DelgatingArchiver. getFiles()
Map<String,ArchiveEntry>
NoOpArchiver. getFiles()
Map<String,ArchiveEntry>
TrackingArchiver. getFiles()
-
Uses of ArchiveEntry in org.codehaus.plexus.archiver.dir
Methods in org.codehaus.plexus.archiver.dir with parameters of type ArchiveEntry Modifier and Type Method Description protected 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 ArchiveEntry Modifier and Type Method Description protected 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 ArchiveEntry Modifier and Type Method Description protected 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 ArchiveEntry Modifier and Type Method Description protected 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 ArchiveEntry Modifier and Type Method Description protected void
AbstractZipArchiver. zipFile(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath)
Method that gets called when adding from java.io.File instances.
-