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 private ArchiveEntry
AbstractArchiver. asArchiveEntry(AbstractArchiver.AddedResourceCollection collection, org.codehaus.plexus.components.io.resources.PlexusIoResource resource)
protected ArchiveEntry
AbstractArchiver. asArchiveEntry(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, java.lang.String destFileName, int permissions, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection)
static ArchiveEntry
ArchiveEntry. createDirectoryEntry(java.lang.String target, java.io.File file, int permissions, int defaultDirMode1)
static ArchiveEntry
ArchiveEntry. createDirectoryEntry(java.lang.String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions, int defaultDirectoryPermissions)
static ArchiveEntry
ArchiveEntry. createFileEntry(java.lang.String target, java.io.File file, int permissions, int defaultDirectoryPermissions)
static ArchiveEntry
ArchiveEntry. createFileEntry(java.lang.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(java.lang.String symlinkName, int permissions, java.lang.String symlinkDestination, int defaultDirectoryPermissions)
ArchiveEntry
ResourceIterator. next()
private ArchiveEntry
AbstractArchiver. updateArchiveEntryAttributes(ArchiveEntry entry)
Methods in org.codehaus.plexus.archiver that return types with arguments of type ArchiveEntry Modifier and Type Method Description java.util.Map<java.lang.String,ArchiveEntry>
AbstractArchiver. getFiles()
java.util.Map<java.lang.String,ArchiveEntry>
Archiver. getFiles()
Deprecated.Methods in org.codehaus.plexus.archiver with parameters of type ArchiveEntry Modifier and Type Method Description private ArchiveEntry
AbstractArchiver. updateArchiveEntryAttributes(ArchiveEntry entry)
-
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 java.util.Map<java.lang.String,ArchiveEntry>
DelgatingArchiver. getFiles()
java.util.Map<java.lang.String,ArchiveEntry>
NoOpArchiver. getFiles()
java.util.Map<java.lang.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, java.lang.String vPath)
Copies the specified file to the specified path, creating any ancestor directory structure as necessary.private void
DirectoryArchiver. setFileModes(ArchiveEntry entry, java.io.File outFile, long inLastModified)
-
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, java.lang.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, java.lang.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, java.lang.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 private void
AbstractZipArchiver. addParentDirs(ArchiveEntry archiveEntry, java.io.File baseDir, java.lang.String entry, ConcurrentJarCreator zOut)
Ensure all parent dirs of a given entry have been added.protected void
AbstractZipArchiver. zipFile(ArchiveEntry entry, ConcurrentJarCreator zOut, java.lang.String vPath)
Method that gets called when adding from java.io.File instances.
-