Interface FileSplitter

    • Method Detail

      • setPrefix

        void setPrefix​(PlaceholderFile value)
        Sets the prefix for the generated files.
        Parameters:
        value - the prefix
      • getPrefix

        PlaceholderFile getPrefix()
        Returns the prefix for the generated files.
        Returns:
        the prefix
      • prefixTipText

        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.
      • setExtension

        void setExtension​(String value)
        Sets the extension for the generated files.
        Parameters:
        value - the extension
      • getExtension

        String getExtension()
        Returns the extension for the generated files.
        Returns:
        the extension
      • extensionTipText

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

        void setNumDigits​(int value)
        Sets the number of digits to use for the index of the generated files.
        Parameters:
        value - the number of digits
      • getNumDigits

        int getNumDigits()
        Returns the number of digits to use for the index of the generated files.
        Returns:
        the number of digits
      • numDigitsTipText

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

        String[] split​(PlaceholderFile file)
        Splits the file and returns the filenames of the generated files.
        Parameters:
        file - the file to split
        Returns:
        the filenames of the new files generated