public class Archiver extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Archiver.ArchiverBuilder |
Modifier and Type | Field and Description |
---|---|
static long |
DOS_EPOCH_IN_JAVA_TIME |
static long |
MINIMUM_TIMESTAMP_INCREMENT |
Modifier and Type | Method and Description |
---|---|
void |
archive(File archive,
File... sourceDirectories) |
void |
archive(File archive,
List<String> sourceDirectories) |
void |
archive(File archive,
Source... sources) |
static Archiver.ArchiverBuilder |
builder() |
public static final long DOS_EPOCH_IN_JAVA_TIME
public static final long MINIMUM_TIMESTAMP_INCREMENT
public void archive(File archive, List<String> sourceDirectories) throws IOException
IOException
public void archive(File archive, File... sourceDirectories) throws IOException
IOException
public void archive(File archive, Source... sources) throws IOException
IOException
public static Archiver.ArchiverBuilder builder()
Copyright © 2019. All rights reserved.