com.tonicsystems.jarjar.util

Class JarTransformer

Implemented Interfaces:
JarProcessor
Known Direct Subclasses:
JarTransformerChain

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

Method Summary

boolean
process(EntryStruct struct)

Method Details

process

public boolean process(EntryStruct struct)
            throws IOException
Specified by:
process in interface JarProcessor