Package proguard.io

Class ClassMapDataEntryWriter

java.lang.Object
proguard.io.ClassMapDataEntryWriter
All Implemented Interfaces:
AutoCloseable, MemberVisitor, DataEntryWriter

public class ClassMapDataEntryWriter extends Object implements DataEntryWriter, MemberVisitor
This DataEntryWriter writes a class mapping to the given data entry, used for debugging of the configuration.

Syntax of the mapping file (one line per class):

originalClassName,newClassName,hasObfuscatedMethods,hasObfuscatedFields

hasObfuscatedMethods and hasObfuscatedFields can either take the value 0 (false) or 1 (true).