Package org.apache.maven.model
Class Notifier
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.Notifier
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConfiguration(String key, String value) clone()booleangetLocation(Object key) Gets the location of the specified field in the input source.getType()inthashCode()booleanbooleanbooleanbooleannotifierToApiV3(List<Notifier> list) notifierToApiV4(List<Notifier> list) protected booleanvoidsetAddress(String address) voidsetConfiguration(Properties configuration) voidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetSendOnError(boolean sendOnError) voidsetSendOnFailure(boolean sendOnFailure) voidsetSendOnSuccess(boolean sendOnSuccess) voidsetSendOnWarning(boolean sendOnWarning) voidMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
Notifierpublic Notifier()
- 
Notifier
- 
Notifier
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- BaseObject
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getType
- 
setType
- 
isSendOnErrorpublic boolean isSendOnError()
- 
setSendOnErrorpublic void setSendOnError(boolean sendOnError) 
- 
isSendOnFailurepublic boolean isSendOnFailure()
- 
setSendOnFailurepublic void setSendOnFailure(boolean sendOnFailure) 
- 
isSendOnSuccesspublic boolean isSendOnSuccess()
- 
setSendOnSuccesspublic void setSendOnSuccess(boolean sendOnSuccess) 
- 
isSendOnWarningpublic boolean isSendOnWarning()
- 
setSendOnWarningpublic void setSendOnWarning(boolean sendOnWarning) 
- 
getAddress
- 
setAddress
- 
getConfiguration
- 
setConfiguration
- 
addConfiguration
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Parameters:
- key- The key of the field, must not be- null.
- Returns:
- The location of the field in the input source or
 nullif unknown.
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom
- 
setImportedFrom
- 
getLocationKeys
- 
replace- Overrides:
- replacein class- BaseObject
 
- 
notifierToApiV4
- 
notifierToApiV3
 
-