public static enum RegexCanonicalizer.Scope extends Enum<RegexCanonicalizer.Scope>
| Modifier and Type | Method and Description | 
|---|---|
| static RegexCanonicalizer.Scope | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RegexCanonicalizer.Scope[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RegexCanonicalizer.Scope HOST
public static final RegexCanonicalizer.Scope PATH
public static final RegexCanonicalizer.Scope QUERY
public static final RegexCanonicalizer.Scope FRAGMENT
public static final RegexCanonicalizer.Scope FULL
public static RegexCanonicalizer.Scope[] values()
for (RegexCanonicalizer.Scope c : RegexCanonicalizer.Scope.values()) System.out.println(c);
public static RegexCanonicalizer.Scope 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.