Class ForceFlush

    • Constructor Detail

      • ForceFlush

        public ForceFlush()
    • Method Detail

      • setScope

        public void setScope​(ForceFlush.FlushScope value)
        Sets the scope for the flush.
        Parameters:
        value - the scope
      • scopeTipText

        public String scopeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Specified by:
        accepts in interface InputConsumer
        Returns:
        the Class of objects that can be processed
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Specified by:
        generates in interface OutputProducer
        Returns:
        the Class of the generated tokens
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message