@AutoService(value=IWriter.class) public class TSRGWriter extends java.lang.Object implements IWriter
IWriter
that writes in the TSRG format,
an intermediary format used by Forge.Constructor and Description |
---|
TSRGWriter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
uniqueId() |
void |
write(Mapper mapper,
java.io.PrintWriter writer,
java.lang.String... args)
Writes in a
PrintWriter the contents of a Mapper . |