public class Archiver extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Archiver.ArchiverBuilder |
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 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 © 2015. All rights reserved.