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 TypeMethodDescriptionprivate ArchiveEntryAbstractArchiver.asArchiveEntry(AbstractArchiver.AddedResourceCollection collection, org.codehaus.plexus.components.io.resources.PlexusIoResource resource) protected ArchiveEntryAbstractArchiver.asArchiveEntry(org.codehaus.plexus.components.io.resources.PlexusIoResource resource, String destFileName, int permissions, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection) static ArchiveEntryArchiveEntry.createDirectoryEntry(String target, File file, int permissions, int defaultDirMode1) static ArchiveEntryArchiveEntry.createDirectoryEntry(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions, int defaultDirectoryPermissions) static ArchiveEntryArchiveEntry.createFileEntry(String target, File file, int permissions, int defaultDirectoryPermissions) static ArchiveEntryArchiveEntry.createFileEntry(String target, org.codehaus.plexus.components.io.resources.PlexusIoResource resource, int permissions, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection collection, int defaultDirectoryPermissions) static ArchiveEntryArchiveEntry.createSymlinkEntry(String symlinkName, int permissions, String symlinkDestination, int defaultDirectoryPermissions) ResourceIterator.next()private ArchiveEntryAbstractArchiver.updateArchiveEntryAttributes(ArchiveEntry entry) Methods in org.codehaus.plexus.archiver that return types with arguments of type ArchiveEntryMethods in org.codehaus.plexus.archiver with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprivate ArchiveEntryAbstractArchiver.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 -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.dir
Methods in org.codehaus.plexus.archiver.dir with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected voidDirectoryArchiver.copyFile(ArchiveEntry entry, String vPath) Copies the specified file to the specified path, creating any ancestor directory structure as necessary.private voidDirectoryArchiver.setFileModes(ArchiveEntry entry, File outFile, long inLastModified) -
Uses of ArchiveEntry in org.codehaus.plexus.archiver.ear
Methods in org.codehaus.plexus.archiver.ear with parameters of type ArchiveEntryModifier and TypeMethodDescriptionprotected voidEarArchiver.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 voidTarArchiver.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 voidWarArchiver.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 TypeMethodDescriptionprivate voidAbstractZipArchiver.addParentDirs(ArchiveEntry archiveEntry, File baseDir, String entry, ConcurrentJarCreator zOut) Ensure all parent dirs of a given entry have been added.protected voidAbstractZipArchiver.zipFile(ArchiveEntry entry, ConcurrentJarCreator zOut, String vPath) Method that gets called when adding from java.io.File instances.
Archiver.getResources()