public static enum UrlCreator.Factory extends Enum<UrlCreator.Factory>
UrlCreator
implementation into a new
UrlCreator
instance.Modifier and Type | Method and Description |
---|---|
static UrlCreator |
from(UrlCreator urlCreator)
Transform instances to satisfy the new interface
UrlCreator . |
static UrlCreator.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlCreator.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static UrlCreator.Factory[] values()
for (UrlCreator.Factory c : UrlCreator.Factory.values()) System.out.println(c);
public static UrlCreator.Factory 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 nullpublic static UrlCreator from(@NotNull UrlCreator urlCreator)
UrlCreator
.urlCreator
- Legacy url creator.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500