Uses of Class
com.owenfeehan.pathpatternfinder.patternelements.unresolved.UnresolvedPatternElementFactory
Package | Description |
---|---|
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 . |
-
Uses of UnresolvedPatternElementFactory in com.owenfeehan.pathpatternfinder.trim
Constructors in com.owenfeehan.pathpatternfinder.trim with parameters of type UnresolvedPatternElementFactory Constructor Description TrimCommonPathRoot(UnresolvedPatternElementFactory factory, boolean avoidExtensionSplit)
Create for a specific factory.TrimConstantString(UnresolvedPatternElementFactory factory, boolean requiresPeriod)
Creates given a factory for creating unresolved pattern-elements.TrimInteger(UnresolvedPatternElementFactory factory)
Creates given a factory for creating unresolved pattern-elements.TrimSplitByChar(char splitChar, int splitCharIndex, UnresolvedPatternElementFactory factoryResolved)
Constructor -
Uses of UnresolvedPatternElementFactory in com.owenfeehan.pathpatternfinder.trim.constantsubstring
Constructors in com.owenfeehan.pathpatternfinder.trim.constantsubstring with parameters of type UnresolvedPatternElementFactory Constructor Description TrimConstantSubstring(UnresolvedPatternElementFactory factory)
Constructor