com.tonicsystems.jarjar.util
Class JarProcessorChain

java.lang.Object
  extended bycom.tonicsystems.jarjar.util.JarProcessorChain
All Implemented Interfaces:
JarProcessor

public class JarProcessorChain
extends java.lang.Object
implements JarProcessor


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

Constructor Detail

JarProcessorChain

public JarProcessorChain(JarProcessor[] chain)
Method Detail

process

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