Uses of Class
com.owenfeehan.pathpatternfinder.CasedStringComparer
Package | Description |
---|---|
com.owenfeehan.pathpatternfinder.commonpath |
Finds common (left-most) elements among
Path s. |
com.owenfeehan.pathpatternfinder.patternelements.unresolved |
PatternElement s 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 amongPath
s, with a customizable means via aCasedStringComparer
for 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 CasedStringComparer
UnresolvedPatternElementFactory. stringComparer()
The comparer uses for strings, with particular case-sensitivity specified.