Class WriteTokenProcessor

  • All Implemented Interfaces:
    Processor

    public class WriteTokenProcessor
    extends java.lang.Object
    implements Processor
    Write a list of tokens to a Printer.

    Input: List<Token>
    Output: -
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(Message message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WriteTokenProcessor

        public WriteTokenProcessor()
    • Method Detail

      • process

        public void process​(Message message)
                     throws java.lang.Exception
        Specified by:
        process in interface Processor
        Throws:
        java.lang.Exception