Interface SupportedFileExtension


public interface SupportedFileExtension
Supported file extension of the custom parser.
Since:
2.0.0
  • Method Details

    • getFileExtension

      String getFileExtension()
      Returns the file extension.
      Returns:
      the file extension
    • getFileExtensionName

      String getFileExtensionName()
      Returns the name of the file extension.
      Returns:
      the file extension name
    • getFileExtensionDescription

      String getFileExtensionDescription()
      Returns the description of the file extension.
      Returns:
      the file extension description