org.apache.ant.antunit
Class AntUnit.Reference

java.lang.Object
  extended by Ant.Reference
      extended by org.apache.ant.antunit.AntUnit.Reference
Enclosing class:
AntUnit

public static class AntUnit.Reference
extends Ant.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

AntUnit.Reference

public AntUnit.Reference()
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 -

addMatchingReferences

public void addMatchingReferences(java.util.Hashtable src,
                                  java.util.Collection dest)
Add to dest any reference IDs in src matching this reference descriptor

Parameters:
src - table of references to check
dest - set of reference IDs matching this reference pattern