Class JUnit4.ExtendedPropertySet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- org.apache.tools.ant.types.PropertySet
-
- com.carrotsearch.ant.tasks.junit4.JUnit4.ExtendedPropertySet
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Iterable<org.apache.tools.ant.types.Resource>
,org.apache.tools.ant.types.ResourceCollection
- Enclosing class:
- JUnit4
public static class JUnit4.ExtendedPropertySet extends org.apache.tools.ant.types.PropertySet
APropertySet
with an additional attribute specifying whether or not empty values should be propagated or ignored.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
ignoreEmptyValue
-
Constructor Summary
Constructors Constructor Description ExtendedPropertySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Properties
getProperties()
void
setIgnoreEmpty(boolean ignoreEmptyValue)
-
Methods inherited from class org.apache.tools.ant.types.PropertySet
add, addPropertyref, addPropertyset, appendBuiltin, appendName, appendPrefix, appendRegex, assertNotReference, createMapper, dieOnCircularReference, getDynamic, getMapper, getRef, isFilesystemOnly, iterator, setDynamic, setMapper, setNegate, setRefid, size, toString
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
-
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
-