Class Console

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        a custom prefix.
    • Constructor Detail

      • Console

        public Console()
    • Method Detail

      • setPrefix

        public void setPrefix​(String value)
        Sets the prefix to output before the actual data; you can use \n for a line feed and \t for a tab.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix to output before the actual data; you can use \n for a line feed and \t for a tab.
        Returns:
        the prefix
      • prefixTipText

        public String prefixTipText()
        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.
        Returns:
        java.lang.Object.class
      • doExecute

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