public static class AntUnit.Reference
extends org.apache.tools.ant.taskdefs.Ant.Reference
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
void |
addMatchingReferences(Hashtable src,
Collection dest)
Add to
dest any reference IDs in
src matching this reference descriptor |
String |
getRegex() |
void |
setRegex(String regex)
Set a regular expression to match references.
|
public String getRegex()
public void setRegex(String regex)
regex
- the regular expressionpublic void addMatchingReferences(Hashtable src, Collection dest)
dest
any reference IDs in
src
matching this reference descriptorsrc
- table of references to checkdest
- set of reference IDs matching this reference patternCopyright © 2023 The Apache Software Foundation. All rights reserved.