Interface SupportedFileExtensionBuilder
public interface SupportedFileExtensionBuilder
Builder for a supported file extension of a custom parser
Used by
SupportedFileExtensionsBuilder
- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionwithSupportedFileExtension
(String supportedFileExtension) Configures the file extension that the custom parser supports.
-
Method Details
-
withSupportedFileExtension
SupportedFileExtensionBuilder.FileExtensionNameBuilder withSupportedFileExtension(String supportedFileExtension) Configures the file extension that the custom parser supports. e.g. csv, json, xml, metro2- Parameters:
supportedFileExtension
- extension of the file that the custom parser supports- Returns:
- File extension name builder
-