| Package | Description |
|---|---|
| proguard.obfuscate |
This package contains classes to perform obfuscation of class files.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingReader.pump(MappingProcessor mappingProcessor)
Reads the mapping file, presenting all of the encountered mapping entries
to the given processor.
|
| Constructor and Description |
|---|
MultiMappingProcessor(MappingProcessor[] mappingProcessors)
Creates a new MultiMappingProcessor.
|
Copyright © 2015. All Rights Reserved.