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:
Cloneable, 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
A
PropertySet with an additional
attribute specifying whether or not empty values should be propagated or ignored.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tools.ant.types.PropertySet
org.apache.tools.ant.types.PropertySet.BuiltinPropertySetName, org.apache.tools.ant.types.PropertySet.PropertyRef -
Field Summary
FieldsFields inherited from class org.apache.tools.ant.types.DataType
checked, refFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
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, toStringMethods 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, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface org.apache.tools.ant.types.ResourceCollection
isEmpty, stream
-
Field Details
-
ignoreEmptyValue
private boolean ignoreEmptyValue
-
-
Constructor Details
-
ExtendedPropertySet
public ExtendedPropertySet()
-
-
Method Details
-
setIgnoreEmpty
public void setIgnoreEmpty(boolean ignoreEmptyValue) -
getProperties
- Overrides:
getPropertiesin classorg.apache.tools.ant.types.PropertySet
-