Uses of Class
com.owenfeehan.pathpatternfinder.commonpath.PathElements
Package | Description |
---|---|
com.owenfeehan.pathpatternfinder.commonpath |
Finds common (left-most) elements among
Path s. |
-
Uses of PathElements in com.owenfeehan.pathpatternfinder.commonpath
Methods in com.owenfeehan.pathpatternfinder.commonpath that return types with arguments of type PathElements Modifier and Type Method Description static Optional<PathElements>
FindCommonPathElements. findForFilePaths(Iterable<Path> pathsToFiles)
Finds the common (left-most) elements amongPath
s.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.static Optional<PathElements>
FindCommonPathElements. findForFilePaths(Iterable<Path> pathsToFiles, IOCase ioCase)
Finds the common (left-most) elements amongPath
s, with a customizable means via anIOCase
for comparing strings.