Uses of Class
com.owenfeehan.pathpatternfinder.commonpath.PathElements
| Package | Description |
|---|---|
| com.owenfeehan.pathpatternfinder.commonpath |
Finds common (left-most) elements among
Paths. |
-
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 amongPaths.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.static Optional<PathElements>FindCommonPathElements. findForFilePaths(Iterable<Path> pathsToFiles, IOCase ioCase)Finds the common (left-most) elements amongPaths, with a customizable means via anIOCasefor comparing strings.