Class Definer.OnError

java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Definer.OnError
Enclosing class:
Definer

public static class Definer.OnError
extends EnumeratedAttribute
Enumerated type for onError attribute
See Also:
EnumeratedAttribute
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int FAIL
    Enumerated values
    static int FAIL_ALL
    Enumerated values
    static int IGNORE
    Enumerated values
    static java.lang.String POLICY_FAIL
    text value of onerror option "fail"
    static java.lang.String POLICY_FAILALL
    text value of onerror option "failall"
    static java.lang.String POLICY_IGNORE
    text value of onerror option "ignore"
    static java.lang.String POLICY_REPORT
    text value of onerror option "report"
    static int REPORT
    Enumerated values

    Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    value
  • Constructor Summary

    Constructors 
    Constructor Description
    OnError()
    Constructor
    OnError​(java.lang.String value)
    Constructor using a string.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String[] getValues()
    get the values

    Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait