Package org.apache.ant.antunit
Class AntUnit.Reference
- java.lang.Object
-
- org.apache.tools.ant.types.Reference
-
- org.apache.tools.ant.taskdefs.Ant.Reference
-
- org.apache.ant.antunit.AntUnit.Reference
-
- Enclosing class:
- AntUnit
public static class AntUnit.Reference extends org.apache.tools.ant.taskdefs.Ant.Reference
-
-
Constructor Summary
Constructors Constructor Description Reference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMatchingReferences(java.util.Hashtable src, java.util.Collection dest)Add todestany reference IDs insrcmatching this reference descriptorjava.lang.StringgetRegex()voidsetRegex(java.lang.String regex)Set a regular expression to match references.
-
-
-
Method Detail
-
getRegex
public java.lang.String getRegex()
-
setRegex
public void setRegex(java.lang.String regex)
Set a regular expression to match references.- Parameters:
regex- the regular expression
-
addMatchingReferences
public void addMatchingReferences(java.util.Hashtable src, java.util.Collection dest)Add todestany reference IDs insrcmatching this reference descriptor- Parameters:
src- table of references to checkdest- set of reference IDs matching this reference pattern
-
-