public static enum FetcherPolicy.RedirectMode extends java.lang.Enum<FetcherPolicy.RedirectMode>
Enum Constant and Description |
---|
FOLLOW_ALL |
FOLLOW_NONE |
FOLLOW_TEMP |
Modifier and Type | Method and Description |
---|---|
static FetcherPolicy.RedirectMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FetcherPolicy.RedirectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FetcherPolicy.RedirectMode FOLLOW_ALL
public static final FetcherPolicy.RedirectMode FOLLOW_TEMP
public static final FetcherPolicy.RedirectMode FOLLOW_NONE
public static FetcherPolicy.RedirectMode[] values()
for (FetcherPolicy.RedirectMode c : FetcherPolicy.RedirectMode.values()) System.out.println(c);
public static FetcherPolicy.RedirectMode 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 nullCopyright © 2012 Bixo Labs