Interface IConfig

All Known Subinterfaces:
ICompressConfig, ICryptConfig, ISplitConfig
All Known Implementing Classes:
DeflateConfig, PartsConfig, PasswordConfig, SizeConfig

public interface IConfig
A configuration generated by a OptionRow to configure a step of a ChopJob.
  • Method Summary

    Modifier and Type Method Description
    String toString()
    Get the string representation of the step, to be displayed in the Operations column of the JobsTablePanel.
  • Method Details

    • toString

      String toString()
      Get the string representation of the step, to be displayed in the Operations column of the JobsTablePanel.
      Overrides:
      toString in class Object
      Returns:
      The string to be displated.