Uses of Package
com.owenfeehan.pathpatternfinder
Package | Description |
---|---|
com.owenfeehan.pathpatternfinder |
Top-level package for all classes for finding a pattern in paths or strings in accordance to
certain rules.
|
com.owenfeehan.pathpatternfinder.commonpath |
Finds common (left-most) elements among
Path s. |
com.owenfeehan.pathpatternfinder.describer |
A describer converts a
Pattern into a string
representation. |
com.owenfeehan.pathpatternfinder.patternelements |
A pattern-element is one part of a pattern after fitting against a list of paths / strings.
|
com.owenfeehan.pathpatternfinder.patternelements.resolved |
PatternElement s that are resolved
(cannot be broken down further). |
com.owenfeehan.pathpatternfinder.patternelements.unresolved |
PatternElement s that are unresolved (can
possibly be broken down further into a smaller patterns). |
com.owenfeehan.pathpatternfinder.trim |
A trim-operation attempts to find one or more new
PatternElement s by fitting against a string or
a path. |
com.owenfeehan.pathpatternfinder.trim.constantsubstring |
All classes related to particular operation of
TrimConstantSubstring . |
-
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.commonpath Class Description CasedStringComparer Performs (maybe) case-sensitive matching based upon current setting ofIOCase
. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.describer Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.patternelements Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.patternelements.resolved Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.patternelements.unresolved Class Description CasedStringComparer Performs (maybe) case-sensitive matching based upon current setting ofIOCase
.Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.trim Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s. -
Classes in com.owenfeehan.pathpatternfinder used by com.owenfeehan.pathpatternfinder.trim.constantsubstring Class Description Pattern A pattern that has been extracted, containing 0 or morePatternElement
s.