Class AntInstrumentationConfig.FlushPolicy

java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.openclover.ant.tasks.AntInstrumentationConfig.FlushPolicy
Enclosing class:
AntInstrumentationConfig

public static class AntInstrumentationConfig.FlushPolicy extends org.apache.tools.ant.types.EnumeratedAttribute
Ant Enumerated Attribute subclass for the clover flush policy
  • Field Summary

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

    value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Standard EnumeratedAttribute method to get the list of allowed 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
  • Constructor Details

    • FlushPolicy

      public FlushPolicy()
  • Method Details

    • getValues

      public String[] getValues()
      Standard EnumeratedAttribute method to get the list of allowed values
      Specified by:
      getValues in class org.apache.tools.ant.types.EnumeratedAttribute
      Returns:
      an array of allowed values.