Interface IWriter

    • Method Detail

      • uniqueId

        java.lang.String uniqueId()
        Returns:
        a unique identifier for this writer
      • write

        void write​(Mapper mapper,
                   java.io.PrintWriter writer,
                   java.lang.String... args)
        Writes in a PrintWriter the contents of a Mapper.
        Parameters:
        mapper - the mapper
        writer - the writer
        args - various arguments which the writers may need