public static interface JarBuilder.Observer
| Modifier and Type | Field and Description |
|---|---|
static JarBuilder.Observer |
IGNORING |
| Modifier and Type | Method and Description |
|---|---|
void |
onDuplicateEntry(String jarFile,
JarEntrySupplier entrySupplier) |
void |
onEntryOmitted(String jarFile,
JarEntrySupplier entrySupplier) |
static final JarBuilder.Observer IGNORING
void onDuplicateEntry(String jarFile, JarEntrySupplier entrySupplier)
void onEntryOmitted(String jarFile, JarEntrySupplier entrySupplier)