Uses of Class
com.owenfeehan.pathpatternfinder.Pattern

Packages that use Pattern 
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.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
PatternElements that are resolved (cannot be broken down further).
com.owenfeehan.pathpatternfinder.patternelements.unresolved
PatternElements 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 PatternElements by fitting against a string or a path.
com.owenfeehan.pathpatternfinder.trim.constantsubstring
All classes related to particular operation of TrimConstantSubstring.