Interface IndexerSettings

  • All Known Implementing Classes:
    LibrarySetup

    public interface IndexerSettings
    • Method Detail

      • getDirs

        java.nio.file.Path[] getDirs()
      • isFilenameCaseInsensitiveIncluded

        boolean isFilenameCaseInsensitiveIncluded​(java.lang.String fileName)
      • isPathCaseInsensitiveIncluded

        boolean isPathCaseInsensitiveIncluded​(java.io.File path)
      • isExcldedFileIncludedInRanks

        boolean isExcldedFileIncludedInRanks()
      • isSuffixCaseInsensitiveIncluded

        boolean isSuffixCaseInsensitiveIncluded​(java.lang.String f)