Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
Map<String,ArchiveEntry> |
Archiver.getFiles()
Deprecated.
|
Map<String,ArchiveEntry> |
AbstractArchiver.getFiles() |
Modifier and Type | Method and Description |
---|---|
Map<String,ArchiveEntry> |
NoOpArchiver.getFiles() |
Map<String,ArchiveEntry> |
TrackingArchiver.getFiles() |
Map<String,ArchiveEntry> |
DelgatingArchiver.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
DirectoryArchiver.copyFile(ArchiveEntry entry,
String vPath)
Copies the specified file to the specified path, creating any ancestor directory structure as necessary.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EarArchiver.zipFile(ArchiveEntry entry,
ConcurrentJarCreator zOut,
String vPath,
int mode)
Overridden from ZipArchiver class to deal with application.xml
|
Modifier and Type | Method and Description |
---|---|
protected void |
TarArchiver.tarFile(ArchiveEntry entry,
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tOut,
String vPath)
tar a file
|
Modifier and Type | Method and Description |
---|---|
protected void |
WarArchiver.zipFile(ArchiveEntry entry,
ConcurrentJarCreator zOut,
String vPath)
Overridden from ZipArchiver class to deal with web.xml
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractZipArchiver.zipFile(ArchiveEntry entry,
ConcurrentJarCreator zOut,
String vPath)
Method that gets called when adding from java.io.File instances.
|
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.