public static enum MavenProperties.WagonHttpMethod extends Enum<MavenProperties.WagonHttpMethod>
| Modifier and Type | Method and Description |
|---|---|
static MavenProperties.WagonHttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenProperties.WagonHttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenProperties.WagonHttpMethod all
public static final MavenProperties.WagonHttpMethod get
public static final MavenProperties.WagonHttpMethod put
public static final MavenProperties.WagonHttpMethod head
public static MavenProperties.WagonHttpMethod[] values()
for (MavenProperties.WagonHttpMethod c : MavenProperties.WagonHttpMethod.values()) System.out.println(c);
public static MavenProperties.WagonHttpMethod 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 © 2020 Pivotal Software, Inc.. All rights reserved.