public class JarBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
File |
build() |
static JarBuilder |
create(File file) |
JarBuilder |
withEntries(String... paths) |
JarBuilder |
withEntry(String path,
String content) |
public static final Charset UTF8
public JarBuilder withEntries(String... paths) throws IOException
IOExceptionpublic JarBuilder withEntry(String path, String content) throws IOException
IOExceptionpublic File build() throws IOException
IOExceptionpublic static JarBuilder create(File file) throws IOException
IOExceptionCopyright © 2017. All rights reserved.