Class ActivationProperty
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.ActivationProperty
- All Implemented Interfaces:
 Serializable,Cloneable
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.settings.BaseObject
BaseObject.ChildrenTracking - 
Field Summary
Fields inherited from class org.apache.maven.settings.BaseObject
childrenTracking, delegate - 
Constructor Summary
ConstructorsConstructorDescriptionActivationProperty(ActivationProperty delegate) ActivationProperty(ActivationProperty delegate, BaseObject parent)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<ActivationProperty> static List<ActivationProperty> clone()booleangetName()getValue()inthashCode()protected booleanvoidvoidMethods inherited from class org.apache.maven.settings.BaseObject
update 
- 
Constructor Details
- 
ActivationProperty
public ActivationProperty() - 
ActivationProperty
 - 
ActivationProperty
 
 - 
 - 
Method Details
- 
clone
 - 
getDelegate
- Overrides:
 getDelegatein classBaseObject
 - 
equals
 - 
hashCode
 - 
getName
 - 
setName
 - 
getValue
 - 
setValue
 - 
replace
- Overrides:
 replacein classBaseObject
 - 
activationPropertyToApiV4
 - 
activationPropertyToApiV3
 
 -