Uses of Class
com.owenfeehan.pathpatternfinder.CasedStringComparer
| Package | Description |
|---|---|
| com.owenfeehan.pathpatternfinder.commonpath |
Finds common (left-most) elements among
Paths. |
| com.owenfeehan.pathpatternfinder.patternelements.unresolved |
PatternElements that are unresolved (can
possibly be broken down further into a smaller patterns). |
-
Uses of CasedStringComparer in com.owenfeehan.pathpatternfinder.commonpath
Methods in com.owenfeehan.pathpatternfinder.commonpath with parameters of type CasedStringComparer Modifier and Type Method Description static Optional<PathElements>FindCommonPathElements. findForFilePaths(Iterable<Path> pathsToFiles, CasedStringComparer comparer)Finds the common (left-most) elements amongPaths, with a customizable means via aCasedStringComparerfor comparing strings. -
Uses of CasedStringComparer in com.owenfeehan.pathpatternfinder.patternelements.unresolved
Methods in com.owenfeehan.pathpatternfinder.patternelements.unresolved that return CasedStringComparer Modifier and Type Method Description CasedStringComparerUnresolvedPatternElementFactory. stringComparer()The comparer uses for strings, with particular case-sensitivity specified.