Class FromFile

    • Field Detail

      • m_FlowFile

        protected FlowFile m_FlowFile
        the flow to load and configure.
    • Constructor Detail

      • FromFile

        public FromFile()
    • Method Detail

      • setFlowFile

        public void setFlowFile​(FlowFile value)
        Sets the external flow to execute in case the flow finishes with an error.
        Parameters:
        value - the external flow
      • getFlowFile

        public FlowFile getFlowFile()
        Returns the external flow to execute in case the flow finishes with an error.
        Returns:
        the external flow
      • flowFileTipText

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

        protected Actor doConfigureExecution​(MessageCollection errors)
        Configures the actor to execute after the flow has run (without calling setUp()).
        Specified by:
        doConfigureExecution in class AbstractPostFlowExecution
        Parameters:
        errors - for collecting errors during configuration
        Returns:
        the actor, null if none generated