|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.obfuscate.MappingReader
public class MappingReader
This class can parse mapping files and invoke a processor for each of the mapping entries.
| Constructor Summary | |
|---|---|
MappingReader(java.io.File mappingFile)
|
|
| 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 |
| Constructor Detail |
|---|
public MappingReader(java.io.File mappingFile)
| Method Detail |
|---|
public void pump(MappingProcessor mappingProcessor)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||