public class ResourceRewriter extends java.lang.Object implements JarProcessor
| Constructor and Description |
|---|
ResourceRewriter(LineRewriter input,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(EntryStruct struct)
Process the entry (p.ex.
|
public ResourceRewriter(LineRewriter input, boolean verbose)
public boolean process(EntryStruct struct) throws java.io.IOException
JarProcessor
Returns true if the processor has has changed the entry. In this case, the entry can be removed
from the jar file in a future time. Return false for the entries which do not have been changed and
there fore are not to be deleted
process in interface JarProcessortrue if he process chain can continue after this processjava.io.IOException