Class MatchReportFields

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression for matching the fields.
    • Constructor Detail

      • MatchReportFields

        public MatchReportFields()
    • Method Detail

      • getDefaultRegularExpression

        protected BaseRegExp getDefaultRegularExpression()
        Returns the default regular expression.
        Returns:
        the regular expression
      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use for matching field names.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression used for matching field names.
        Returns:
        the regular expression
      • regExpTipText

        public String regExpTipText()
        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:
        the accepted classes
      • doExecute

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