|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tonicsystems.jarjar.util.JarTransformer
public abstract class JarTransformer
| Constructor Summary | |
|---|---|
JarTransformer()
|
|
| Method Summary | |
|---|---|
boolean |
process(EntryStruct struct)
Process the entry (p.ex. |
protected abstract org.objectweb.asm.ClassVisitor |
transform(org.objectweb.asm.ClassVisitor v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarTransformer()
| Method Detail |
|---|
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 process
java.io.IOExceptionprotected abstract org.objectweb.asm.ClassVisitor transform(org.objectweb.asm.ClassVisitor v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||