Package | Description |
---|---|
org.stanwood.media.actions.rename | |
org.stanwood.media.search |
Modifier and Type | Method and Description |
---|---|
static Token |
Token.fromFull(java.lang.String s)
Used to get the token from it's full name
|
static Token |
Token.fromToken(char c)
Used to get the token from a character
|
static Token |
Token.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Token[] |
Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Token,java.lang.String> |
ReverseFilePatternMatcher.getValues()
A map of tokens found when a file path was parsed using a rename pattern
|
Constructor and Description |
---|
ReversePatternSearchStrategy(Token termToken,
boolean doComplexityCheck,
boolean disallowIgnoreTokens)
The constructor
|