proguard.obfuscate
Class MappingReader
java.lang.Object
proguard.obfuscate.MappingReader
- public class MappingReader
- extends Object
This class can parse mapping files and invoke a processor for each of the
mapping entries.
|
Method Summary |
void |
pump(MappingProcessor mappingProcessor)
Reads the mapping file, presenting all of the encountered mapping entries
to the given processor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingReader
public MappingReader(String mappingFileName)
pump
public void pump(MappingProcessor mappingProcessor)
throws IOException
- Reads the mapping file, presenting all of the encountered mapping entries
to the given processor.
- Throws:
IOException