public class ArchiveEntryUtils extends Object
| Constructor and Description |
|---|
ArchiveEntryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.compress.archivers.ArchiveEntry |
createArchiveEntry(org.apache.commons.compress.archivers.ArchiveOutputStream archiveOutputStream,
File file,
String fileName)
Creates an archive entry from file.
|
static void |
setFileProperties(org.apache.commons.compress.archivers.ArchiveEntry entry,
File file)
Copes file properties of an entry to a file.
|
public static org.apache.commons.compress.archivers.ArchiveEntry createArchiveEntry(org.apache.commons.compress.archivers.ArchiveOutputStream archiveOutputStream,
File file,
String fileName)
throws IOException
IOExceptionpublic static void setFileProperties(org.apache.commons.compress.archivers.ArchiveEntry entry,
File file)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.