Interface FilenameExtensionAccessor

  • All Known Subinterfaces:
    FilenameExtensionAccessor.FilenameExtensionProperty

    public interface FilenameExtensionAccessor
    Provides an accessor for a filename extension property. A filename extensions does not(!) contain the dot "." separating the extension from the name, e.g. "ini" (instead of ".ini").
    • Method Detail

      • getFilenameExtension

        String getFilenameExtension()
        Retrieves the filename extension from the filename extension property. A filename extensions does not(!) contain the dot "." separating the extension from the name, e.g. "ini" (instead of ".ini").
        Returns:
        The filename extension stored by the filename extension property.