Interface FilenameExtensionsAccessor

All Known Subinterfaces:
FilenameExtensionsAccessor.FilenameExtensionsProperty

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

    • getFilenameExtensions

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