Package org.openclover.ant.tasks
Class AntInstrumentationConfig.Instrumentation
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.openclover.ant.tasks.AntInstrumentationConfig.Instrumentation
- Enclosing class:
AntInstrumentationConfig
public static class AntInstrumentationConfig.Instrumentation
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 -
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
Instrumentation
public Instrumentation()
-
-
Method Details
-
getValues
Standard EnumeratedAttribute method to get the list of allowed values- Specified by:
getValuesin classorg.apache.tools.ant.types.EnumeratedAttribute- Returns:
- an array of allowed values.
-