Package ftbsc.lll.mapper.writer.impl
Class SRGWriter
- java.lang.Object
-
- ftbsc.lll.mapper.writer.impl.SRGWriter
-
- All Implemented Interfaces:
IWriter
@AutoService(IWriter.class) public class SRGWriter extends java.lang.Object implements IWriter
AnIWriter
that writes in the SRG format.
-
-
Constructor Summary
Constructors Constructor Description SRGWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
uniqueId()
void
write(Mapper mapper, java.io.PrintWriter writer, java.lang.String... ignored)
Writes in aPrintWriter
the contents of aMapper
.
-