com.rsmart.kuali.tools.ant.tasks
Class Include

java.lang.Object
  extended by com.rsmart.kuali.tools.ant.tasks.Include

public class Include
extends Object

Ant type for adding regex attributes to searching sets.

Author:
Leo Przybylski (przybyls@arizona.edu)

Constructor Summary
Include()
           
 
Method Summary
 String getRegex()
          Gets the value of regex
 void setRegex(String argRegex)
          Sets the value of regex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Include

public Include()
Method Detail

getRegex

public final String getRegex()
Gets the value of regex

Returns:
the value of regex

setRegex

public final void setRegex(String argRegex)
Sets the value of regex

Parameters:
argRegex - Value to assign to this.regex


Copyright © 2011 Leo Przybylski. All Rights Reserved.