Package com.tonicsystems.jarjar.util
Interface JarProcessor
-
- All Known Implementing Classes:
JarProcessorChain
,JarTransformer
,JarTransformerChain
public interface JarProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(EntryStruct struct)
-
-
-
Method Detail
-
process
boolean process(EntryStruct struct) throws java.io.IOException
- Throws:
java.io.IOException
-
-