Interface PreferenceBuilder

All Known Implementing Classes:
BasicPreferenceBuilder, CustomPreferenceBuilder

public interface PreferenceBuilder
Builder for creating the required format for building the CSV file.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.supercsv.prefs.CsvPreference
    Create the CSVFormat.
  • Method Details

    • build

      org.supercsv.prefs.CsvPreference build()
      Create the CSVFormat.
      Returns:
      the CSV Format.