com.carrotsearch.ant.tasks.junit4
Class JUnit4.ExtendedPropertySet

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.types.DataType
          extended by org.apache.tools.ant.types.PropertySet
              extended by com.carrotsearch.ant.tasks.junit4.JUnit4.ExtendedPropertySet
All Implemented Interfaces:
Cloneable, 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
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
JUnit4.ExtendedPropertySet()
           
 
Method Summary
 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, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnit4.ExtendedPropertySet

public JUnit4.ExtendedPropertySet()
Method Detail

setIgnoreEmpty

public void setIgnoreEmpty(boolean ignoreEmptyValue)

getProperties

public Properties getProperties()
Overrides:
getProperties in class org.apache.tools.ant.types.PropertySet


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.