public class JarBuilderStubJarWriter extends Object
Constructor and Description |
---|
JarBuilderStubJarWriter(JarBuilder jarBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
writeEntry(Path relativePath,
ThrowingSupplier<InputStream,IOException> streamSupplier) |
public JarBuilderStubJarWriter(JarBuilder jarBuilder)
public void writeEntry(Path relativePath, ThrowingSupplier<InputStream,IOException> streamSupplier)
public void close()