Package ftbsc.lll.mapper.writer
Interface IWriter
-
- All Known Implementing Classes:
SRGWriter
,TinyV2Writer
,TSRGWriter
public interface IWriter
The common interface for all mapping writers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
uniqueId()
void
write(Mapper mapper, java.io.PrintWriter writer, java.lang.String... args)
Writes in aPrintWriter
the contents of aMapper
.
-