Package com.owenfeehan.pathpatternfinder
Top-level package for all classes for finding a pattern in paths or strings in accordance to
certain rules.
-
Class Summary Class Description CasedStringComparer Performs (maybe) case-sensitive matching based upon current setting ofIOCase
.FindFilesRecursively Finds a list of files recursively in a directory.PathPatternFinder Finds a pattern in a list of paths via a set of rules.Pattern A pattern that has been extracted, containing 0 or morePatternElement
s.SplitDirectoriesHelper Splits a constant string by directory-separators into multiple elements.