Interface IndexerSettings

All Known Implementing Classes:
LibrarySetup

public interface IndexerSettings
  • Method Details

    • getDirs

      Path[] getDirs()
    • isFilenameCaseInsensitiveIncluded

      boolean isFilenameCaseInsensitiveIncluded(String fileName)
    • isPathCaseInsensitiveIncluded

      boolean isPathCaseInsensitiveIncluded(File path)
    • isExcldedFileIncludedInRanks

      boolean isExcldedFileIncludedInRanks()
    • isSuffixCaseInsensitiveIncluded

      boolean isSuffixCaseInsensitiveIncluded(String f)