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
IOException
public static void setFileProperties(org.apache.commons.compress.archivers.ArchiveEntry entry, Path file) throws IOException
IOException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.