|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnt.Reference
org.apache.ant.antunit.AntUnit.Reference
public static class AntUnit.Reference
Constructor Summary | |
---|---|
AntUnit.Reference()
|
Method Summary | |
---|---|
void |
addMatchingReferences(java.util.Hashtable src,
java.util.Collection dest)
Add to dest any reference IDs in
src matching this reference descriptor |
java.lang.String |
getRegex()
|
void |
setRegex(java.lang.String regex)
Set a regular expression to match references. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntUnit.Reference()
Method Detail |
---|
public java.lang.String getRegex()
public void setRegex(java.lang.String regex)
regex
- public void addMatchingReferences(java.util.Hashtable src, java.util.Collection dest)
dest
any reference IDs in
src
matching this reference descriptor
src
- table of references to checkdest
- set of reference IDs matching this reference pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |