public enum TrieMatchModeEnum extends java.lang.Enum<TrieMatchModeEnum>
| Enum Constant and Description |
|---|
ANT_PATH_MATCH
ant path match.
|
PATH_PATTERN
path pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static TrieMatchModeEnum |
acquireTrieMatch(java.lang.String matchMode)
get TrieMatchModeEnum by match mode.
|
java.lang.String |
getMatchMode()
get trie match mode.
|
static TrieMatchModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrieMatchModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrieMatchModeEnum ANT_PATH_MATCH
public static final TrieMatchModeEnum PATH_PATTERN
public static TrieMatchModeEnum[] values()
for (TrieMatchModeEnum c : TrieMatchModeEnum.values()) System.out.println(c);
public static TrieMatchModeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMatchMode()
public static TrieMatchModeEnum acquireTrieMatch(java.lang.String matchMode)
matchMode - match modeCopyright © 2024 The Apache Software Foundation. All rights reserved.