Class SplitFile

    • Constructor Detail

      • SplitFile

        public SplitFile()
    • Method Detail

      • setSplitter

        public void setSplitter​(AbstractFileSplitter value)
        Sets the splitter algorithm.
        Parameters:
        value - the split algorithm
      • getSplitter

        public AbstractFileSplitter getSplitter()
        Returns the split algorithm.
        Returns:
        the split algorithm
      • splitterTipText

        public String splitterTipText()
        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 input
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the generated output
      • doExecute

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