Package org.apache.tools.ant.taskdefs
Class Checksum.FormatElement
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Checksum.FormatElement
- Enclosing class:
- Checksum
public static class Checksum.FormatElement extends EnumeratedAttribute
Helper class for the format attribute.
- Since:
- 1.7
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FormatElement()
-
Method Summary
Modifier and Type Method Description static Checksum.FormatElement
getDefault()
Get the default value - CHECKSUM.java.text.MessageFormat
getFormat()
Convert this enumerated type to aMessageFormat
.java.lang.String[]
getValues()
Get the valid values.Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
FormatElement
public FormatElement()
-
-
Method Details
-
getDefault
Get the default value - CHECKSUM.- Returns:
- the defaul value.
-
getFormat
public java.text.MessageFormat getFormat()Convert this enumerated type to aMessageFormat
.- Returns:
- a
MessageFormat
object.
-
getValues
public java.lang.String[] getValues()Get the valid values.- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- an array of values.
-