public class ReverseFilePatternMatcher
extends java.lang.Object
Constructor and Description |
---|
ReverseFilePatternMatcher() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Token,java.lang.String> |
getValues()
A map of tokens found when a file path was parsed using a rename pattern
|
void |
parse(java.lang.String path,
java.lang.String pattern)
Parse the file path using the rename pattern and find the tokens in the
pattern's values
|
public void parse(java.lang.String path, java.lang.String pattern)
path
- The file pathpattern
- The rename patternpublic java.util.Map<Token,java.lang.String> getValues()