net.sourceforge.cruisecontrol.publishers.email
Class PropertiesMapper

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.publishers.email.EmailMapper
      extended bynet.sourceforge.cruisecontrol.publishers.email.EmailAddressMapper
          extended bynet.sourceforge.cruisecontrol.publishers.email.PropertiesMapper
All Implemented Interfaces:
java.io.Serializable

public class PropertiesMapper
extends EmailAddressMapper

See Also:
Serialized Form

Constructor Summary
PropertiesMapper()
           
 
Method Summary
 void close()
           
 java.lang.String getFile()
           
 java.lang.String mapUser(java.lang.String user)
           
 void open()
           
 void setFile(java.lang.String file)
           
 void validate()
           
 
Methods inherited from class net.sourceforge.cruisecontrol.publishers.email.EmailAddressMapper
cacheable, mapUsers
 
Methods inherited from class net.sourceforge.cruisecontrol.publishers.email.EmailMapper
getEmailPublisher, setPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesMapper

public PropertiesMapper()
Method Detail

setFile

public void setFile(java.lang.String file)

getFile

public java.lang.String getFile()

validate

public void validate()
              throws CruiseControlException
Throws:
CruiseControlException

open

public void open()
          throws CruiseControlException
Overrides:
open in class EmailAddressMapper
Throws:
CruiseControlException

close

public void close()
Overrides:
close in class EmailAddressMapper

mapUser

public java.lang.String mapUser(java.lang.String user)
Overrides:
mapUser in class EmailAddressMapper