Package com.owenfeehan.pathpatternfinder.patternelements

A pattern-element is one part of a pattern after fitting against a list of paths / strings.

Different types of patterns exist that may be constant, unvarying across list elements, or non-constant, varying across list elements.

Pattern-elements may be resolved, not further divisible, or unresolved, further divisible. further broken down.

  • Class Summary 
    Class Description
    ExtractedElement
    The result of partition a string into two components, one left (prefix) and one right (suffix)
    PatternElement
    Abstract base class for any pattern elements.
    StringUtilities
    Utilities functions to help with reversing strings and other string operations.