public static enum TokenizedMatcher.Tokens extends Enum<TokenizedMatcher.Tokens>
| Enum Constant and Description |
|---|
ARTIFACT_ID |
CLASSIFIER |
GROUP_ID |
SCOPE |
TYPE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
Function<org.apache.maven.model.Dependency,String> |
getTokenExtractor() |
static TokenizedMatcher.Tokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenizedMatcher.Tokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenizedMatcher.Tokens GROUP_ID
public static final TokenizedMatcher.Tokens ARTIFACT_ID
public static final TokenizedMatcher.Tokens VERSION
public static final TokenizedMatcher.Tokens TYPE
public static final TokenizedMatcher.Tokens CLASSIFIER
public static final TokenizedMatcher.Tokens SCOPE
public static TokenizedMatcher.Tokens[] values()
for (TokenizedMatcher.Tokens c : TokenizedMatcher.Tokens.values()) System.out.println(c);
public static TokenizedMatcher.Tokens valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2022 MojoHaus. All rights reserved.