Package org.apache.maven.settings
Class ActivationProperty
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.ActivationProperty
- All Implemented Interfaces:
- Serializable,- Cloneable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.settings.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.settings.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructorsConstructorDescriptionActivationProperty(ActivationProperty delegate) ActivationProperty(ActivationProperty delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<ActivationProperty>static List<ActivationProperty>clone()booleangetName()getValue()inthashCode()protected booleanvoidvoidMethods inherited from class org.apache.maven.settings.BaseObjectupdate
- 
Constructor Details- 
ActivationPropertypublic ActivationProperty()
- 
ActivationProperty
- 
ActivationProperty
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- BaseObject
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getName
- 
setName
- 
getValue
- 
setValue
- 
replace- Overrides:
- replacein class- BaseObject
 
- 
activationPropertyToApiV4
- 
activationPropertyToApiV3
 
-