com.tonicsystems.jarjar.util
Class JarTransformer

java.lang.Object
  extended by com.tonicsystems.jarjar.util.JarTransformer
All Implemented Interfaces:
JarProcessor
Direct Known Subclasses:
JarTransformerChain

public abstract class JarTransformer
extends java.lang.Object
implements JarProcessor


Constructor Summary
JarTransformer()
           
 
Method Summary
 boolean process(EntryStruct struct)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarTransformer

public JarTransformer()
Method Detail

process

public boolean process(EntryStruct struct)
                throws java.io.IOException
Specified by:
process in interface JarProcessor
Throws:
java.io.IOException