Uses of Class
com.tonicsystems.jarjar.util.EntryStruct

Packages that use EntryStruct
com.tonicsystems.jarjar.resource   
com.tonicsystems.jarjar.util   
 

Uses of EntryStruct in com.tonicsystems.jarjar.resource
 

Methods in com.tonicsystems.jarjar.resource with parameters of type EntryStruct
 boolean DefaultLineRewriter.accepts(EntryStruct struct)
           
 boolean LineRewriter.accepts(EntryStruct struct)
           
 boolean ResourceRewriter.process(EntryStruct struct)
           
 

Uses of EntryStruct in com.tonicsystems.jarjar.util
 

Methods in com.tonicsystems.jarjar.util with parameters of type EntryStruct
 boolean JarProcessor.process(EntryStruct struct)
          Process the entry (p.ex.
 boolean JarProcessorChain.process(EntryStruct struct)
           
 boolean JarTransformer.process(EntryStruct struct)