Class JUnit4.ExtendedVariable
java.lang.Object
org.apache.tools.ant.types.Environment.Variable
com.carrotsearch.ant.tasks.junit4.JUnit4.ExtendedVariable
- Enclosing class:
JUnit4
public static class JUnit4.ExtendedVariable
extends org.apache.tools.ant.types.Environment.Variable
A
Environment.Variable with an additional
attribute specifying whether or not empty values should be propagated or ignored.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIgnoreEmpty(boolean ignoreEmptyValue) booleantoString()Methods inherited from class org.apache.tools.ant.types.Environment.Variable
getContent, getKey, getValue, setFile, setKey, setPath, setValue, validate
-
Field Details
-
ignoreEmptyValue
private boolean ignoreEmptyValue
-
-
Constructor Details
-
ExtendedVariable
public ExtendedVariable()
-
-
Method Details
-
setIgnoreEmpty
public void setIgnoreEmpty(boolean ignoreEmptyValue) -
shouldIgnore
public boolean shouldIgnore() -
toString
-