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
  • Constructor Details

    • FormatElement

      public FormatElement()
  • Method Details

    • getDefault

      public static Checksum.FormatElement getDefault()
      Get the default value - CHECKSUM.
      Returns:
      the defaul value.
    • getFormat

      public MessageFormat getFormat()
      Convert this enumerated type to a MessageFormat.
      Returns:
      a MessageFormat object.
    • getValues

      public String[] getValues()
      Get the valid values.
      Specified by:
      getValues in class EnumeratedAttribute
      Returns:
      an array of values.