Interface FilenameExtensionAccessor

All Known Subinterfaces:
FilenameExtensionAccessor.FilenameExtensionProperty

public interface FilenameExtensionAccessor
Provides an accessor for a filename extension property. A filename extensions also contains the dot "." separating the extension from the name, e.g. ".ini".
  • Method Details

    • getFilenameExtension

      String getFilenameExtension()
      Retrieves the filename extension from the filename extension property. A filename extensions also contains the dot "." separating the extension from the name, e.g. ".ini".
      Returns:
      The filename extension stored by the filename extension property.