| Modifier and Type | Method and Description |
|---|---|
void |
JarBuilder.Listener.onReplace(Iterable<? extends JarBuilder.Entry> originals,
JarBuilder.Entry replacement)
Called to notify the listener that original entries are being replaced by a subsequently
added entry.
|
void |
JarBuilder.Listener.onWrite(JarBuilder.Entry entry)
Called to notify the listener of a newly written non-duplicate entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JarBuilder.Listener.onConcat(String name,
Iterable<? extends JarBuilder.Entry> entries)
Called to notify the listener an original entry is being concatenated with one or more
subsequently added entries.
|
void |
JarBuilder.Listener.onReplace(Iterable<? extends JarBuilder.Entry> originals,
JarBuilder.Entry replacement)
Called to notify the listener that original entries are being replaced by a subsequently
added entry.
|
void |
JarBuilder.Listener.onSkip(Optional<? extends JarBuilder.Entry> original,
Iterable<? extends JarBuilder.Entry> skipped)
Called to notify the listener that entries are being skipped.
|
void |
JarBuilder.Listener.onSkip(Optional<? extends JarBuilder.Entry> original,
Iterable<? extends JarBuilder.Entry> skipped)
Called to notify the listener that entries are being skipped.
|