Interface SupportedFileExtensionBuilder.FileExtensionNameBuilder

Enclosing interface:
SupportedFileExtensionBuilder

public static interface SupportedFileExtensionBuilder.FileExtensionNameBuilder
Since:
2.0.0
  • Method Details

    • withFileExtensionName

      SupportedFileExtensionBuilder.FileExtensionDescriptionBuilder withFileExtensionName(String supportedFileExtensionName)
      Configures the name of the file extension that the custom parser supports. e.g. Comma Separated Value, JavaScript Object Notation, Extensible Markup Language, Metro 2
      Parameters:
      supportedFileExtensionName - name of the extension of the file that the custom parser supports
      Returns:
      File extension description builder