public enum UriPatternType extends Enum<UriPatternType>
Enum Constant and Description |
---|
REGEX |
URI_PATTERN |
URI_PATTERN_IN_ORDER |
Modifier and Type | Method and Description |
---|---|
static <T> LookupRegistry<T> |
newMatcher(UriPatternType type)
Deprecated.
Do not use.
|
static UriPatternType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriPatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriPatternType REGEX
public static final UriPatternType URI_PATTERN
public static final UriPatternType URI_PATTERN_IN_ORDER
public static UriPatternType[] values()
for (UriPatternType c : UriPatternType.values()) System.out.println(c);
public static UriPatternType 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 null@Deprecated public static <T> LookupRegistry<T> newMatcher(UriPatternType type)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.