public static enum StripPartCanonicalizer.Part extends Enum<StripPartCanonicalizer.Part>
Enum Constant and Description |
---|
FRAGMENT |
PASSWORD |
PATH |
PORT |
QUERY |
USERNAME |
Modifier and Type | Method and Description |
---|---|
static StripPartCanonicalizer.Part |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StripPartCanonicalizer.Part[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StripPartCanonicalizer.Part USERNAME
public static final StripPartCanonicalizer.Part PASSWORD
public static final StripPartCanonicalizer.Part PORT
public static final StripPartCanonicalizer.Part PATH
public static final StripPartCanonicalizer.Part QUERY
public static final StripPartCanonicalizer.Part FRAGMENT
public static StripPartCanonicalizer.Part[] values()
for (StripPartCanonicalizer.Part c : StripPartCanonicalizer.Part.values()) System.out.println(c);
public static StripPartCanonicalizer.Part 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 © 2013–2014. All rights reserved.