public static enum AntBuilder.AntMessagePriority extends Enum<AntBuilder.AntMessagePriority>
| Modifier and Type | Method and Description | 
|---|---|
| static AntBuilder.AntMessagePriority | from(int messagePriority) | 
| static AntBuilder.AntMessagePriority | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AntBuilder.AntMessagePriority[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AntBuilder.AntMessagePriority DEBUG
public static final AntBuilder.AntMessagePriority VERBOSE
public static final AntBuilder.AntMessagePriority INFO
public static final AntBuilder.AntMessagePriority WARN
public static final AntBuilder.AntMessagePriority ERROR
public static AntBuilder.AntMessagePriority[] values()
for (AntBuilder.AntMessagePriority c : AntBuilder.AntMessagePriority.values()) System.out.println(c);
public static AntBuilder.AntMessagePriority 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 AntBuilder.AntMessagePriority from(int messagePriority)