net.sourceforge.cruisecontrol.publishers
Class EmailPublisher.Alert

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.publishers.EmailPublisher.Address
      extended bynet.sourceforge.cruisecontrol.publishers.EmailPublisher.Alert
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EmailPublisher

public static class EmailPublisher.Alert
extends EmailPublisher.Address

See Also:
Serialized Form

Constructor Summary
EmailPublisher.Alert()
           
 
Method Summary
 void setFileRegExpr(java.lang.String f)
          A String representing the regexp to match against modified files
 void validate()
           
 
Methods inherited from class net.sourceforge.cruisecontrol.publishers.EmailPublisher.Address
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailPublisher.Alert

public EmailPublisher.Alert()
Method Detail

validate

public void validate()
              throws CruiseControlException
Overrides:
validate in class EmailPublisher.Address
Throws:
CruiseControlException

setFileRegExpr

public void setFileRegExpr(java.lang.String f)
A String representing the regexp to match against modified files

Parameters:
f - A String representing the file that was modified