Class AbstractProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String tag  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractProcessor​(java.lang.String tag)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getTag()
      Gets the tag of a processor.
      • Methods inherited from class java.lang.Object

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

      • tag

        protected final java.lang.String tag
    • Constructor Detail

      • AbstractProcessor

        protected AbstractProcessor​(java.lang.String tag)
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Description copied from interface: Processor
        Gets the tag of a processor.
        Specified by:
        getTag in interface Processor