Package com.tonicsystems.jarjar.util
Class JarProcessorChain
- java.lang.Object
-
- com.tonicsystems.jarjar.util.JarProcessorChain
-
- All Implemented Interfaces:
JarProcessor
public class JarProcessorChain extends java.lang.Object implements JarProcessor
-
-
Constructor Summary
Constructors Constructor Description JarProcessorChain(JarProcessor[] chain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(EntryStruct struct)
-
-
-
Constructor Detail
-
JarProcessorChain
public JarProcessorChain(JarProcessor[] chain)
-
-
Method Detail
-
process
public boolean process(EntryStruct struct) throws java.io.IOException
- Specified by:
process
in interfaceJarProcessor
- Throws:
java.io.IOException
-
-