public class JarEntrySupplier extends Object
JarBuilder.| Constructor and Description |
|---|
JarEntrySupplier(CustomZipEntry entry,
String owner,
ThrowingSupplier<InputStream,IOException> inputStreamSupplier) |
| Modifier and Type | Method and Description |
|---|---|
CustomZipEntry |
getEntry() |
String |
getEntryOwner() |
ThrowingSupplier<InputStream,IOException> |
getInputStreamSupplier() |
public JarEntrySupplier(CustomZipEntry entry, String owner, ThrowingSupplier<InputStream,IOException> inputStreamSupplier)
public CustomZipEntry getEntry()
public String getEntryOwner()
public ThrowingSupplier<InputStream,IOException> getInputStreamSupplier()