ProGuard

Uses of Interface
proguard.obfuscate.MappingProcessor

Packages that use MappingProcessor
proguard.obfuscate This package contains classes to perform obfuscation of class files. 
 

Uses of MappingProcessor in proguard.obfuscate
 

Classes in proguard.obfuscate that implement MappingProcessor
 class MappingKeeper
          This MappingKeeper applies the mappings that it receives to its class pool, so these mappings are ensured in a subsequent obfuscation step.
 class MultiMappingProcessor
          This MappingKeeper delegates all method calls to each MappingProcessor in a given list.
 

Methods in proguard.obfuscate with parameters of type MappingProcessor
 void MappingReader.pump(MappingProcessor mappingProcessor)
          Reads the mapping file, presenting all of the encountered mapping entries to the given processor.
 

Constructors in proguard.obfuscate with parameters of type MappingProcessor
MultiMappingProcessor(MappingProcessor[] mappingProcessors)
          Creates a new MultiMappingProcessor.
 


ProGuard