|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
org.stanwood.media.actions.rename | |
org.stanwood.media.search |
Uses of Token in org.stanwood.media.actions.rename |
---|
Methods in org.stanwood.media.actions.rename that return Token | |
---|---|
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. |
Uses of Token in org.stanwood.media.search |
---|
Methods in org.stanwood.media.search that return types with arguments of type Token | |
---|---|
java.util.Map<Token,java.lang.String> |
ReverseFilePatternMatcher.getValues()
A map of tokens found when a file path was parsed using a rename pattern |
Constructors in org.stanwood.media.search with parameters of type Token | |
---|---|
ReversePatternSearchStrategy(Token termToken,
boolean doComplexityCheck,
boolean disallowIgnoreTokens)
The constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |