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