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
IOException
public JarBuilder withEntry(String path, String content) throws IOException
IOException
public File build() throws IOException
IOException
public static JarBuilder create(File file) throws IOException
IOException
Copyright © 2021. All rights reserved.