org.apache.maven.model
Class Notifier

java.lang.Object
  extended by org.apache.maven.model.Notifier
All Implemented Interfaces:
java.io.Serializable

public class Notifier
extends java.lang.Object
implements java.io.Serializable

Class Notifier.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Notifier()
           
 
Method Summary
 void addConfiguration(java.lang.String key, java.lang.String value)
          Method addConfiguration
 java.lang.String getAddress()
          Method getAddress
 java.util.Properties getConfiguration()
          Method getConfiguration
 java.lang.String getType()
          Method getType
 boolean isSendOnError()
          Method isSendOnError
 boolean isSendOnFailure()
          Method isSendOnFailure
 boolean isSendOnSuccess()
          Method isSendOnSuccess
 boolean isSendOnWarning()
          Method isSendOnWarning
 void setAddress(java.lang.String address)
          Method setAddress
 void setConfiguration(java.util.Properties configuration)
          Method setConfiguration
 void setSendOnError(boolean sendOnError)
          Method setSendOnError
 void setSendOnFailure(boolean sendOnFailure)
          Method setSendOnFailure
 void setSendOnSuccess(boolean sendOnSuccess)
          Method setSendOnSuccess
 void setSendOnWarning(boolean sendOnWarning)
          Method setSendOnWarning
 void setType(java.lang.String type)
          Method setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notifier

public Notifier()
Method Detail

addConfiguration

public void addConfiguration(java.lang.String key,
                             java.lang.String value)
Method addConfiguration

Parameters:
key -
value -

getAddress

public java.lang.String getAddress()
Method getAddress


getConfiguration

public java.util.Properties getConfiguration()
Method getConfiguration


getType

public java.lang.String getType()
Method getType


isSendOnError

public boolean isSendOnError()
Method isSendOnError


isSendOnFailure

public boolean isSendOnFailure()
Method isSendOnFailure


isSendOnSuccess

public boolean isSendOnSuccess()
Method isSendOnSuccess


isSendOnWarning

public boolean isSendOnWarning()
Method isSendOnWarning


setAddress

public void setAddress(java.lang.String address)
Method setAddress

Parameters:
address -

setConfiguration

public void setConfiguration(java.util.Properties configuration)
Method setConfiguration

Parameters:
configuration -

setSendOnError

public void setSendOnError(boolean sendOnError)
Method setSendOnError

Parameters:
sendOnError -

setSendOnFailure

public void setSendOnFailure(boolean sendOnFailure)
Method setSendOnFailure

Parameters:
sendOnFailure -

setSendOnSuccess

public void setSendOnSuccess(boolean sendOnSuccess)
Method setSendOnSuccess

Parameters:
sendOnSuccess -

setSendOnWarning

public void setSendOnWarning(boolean sendOnWarning)
Method setSendOnWarning

Parameters:
sendOnWarning -

setType

public void setType(java.lang.String type)
Method setType

Parameters:
type -


Copyright 2005 Apache Software Foundation. All Rights Reserved.