Class ProGuardFileWriter

java.lang.Object
net.fabricmc.mappingio.format.proguard.ProGuardFileWriter
All Implemented Interfaces:
Closeable, AutoCloseable, MappingVisitor, MappingWriter

public final class ProGuardFileWriter extends Object implements MappingWriter
A mapping writer for the ProGuard mapping format. Note that this format is very basic: it only supports one namespace pair and only classes, methods and fields without comments.
See Also: