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(org.apache.maven.api.settings.ActivationProperty delegate) ActivationProperty(org.apache.maven.api.settings.ActivationProperty delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<ActivationProperty>activationPropertyToApiV3(List<org.apache.maven.api.settings.ActivationProperty> list) static List<org.apache.maven.api.settings.ActivationProperty>clone()booleanorg.apache.maven.api.settings.ActivationPropertygetName()getValue()inthashCode()protected booleanvoidvoidMethods inherited from class org.apache.maven.settings.BaseObjectupdate
- 
Constructor Details- 
ActivationPropertypublic ActivationProperty()
- 
ActivationPropertypublic ActivationProperty(org.apache.maven.api.settings.ActivationProperty delegate) 
- 
ActivationPropertypublic ActivationProperty(org.apache.maven.api.settings.ActivationProperty delegate, BaseObject parent) 
 
- 
- 
Method Details- 
clone
- 
getDelegatepublic org.apache.maven.api.settings.ActivationProperty getDelegate()- Overrides:
- getDelegatein class- BaseObject
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getName
- 
setName
- 
getValue
- 
setValue
- 
replace- Overrides:
- replacein class- BaseObject
 
- 
activationPropertyToApiV4public static List<org.apache.maven.api.settings.ActivationProperty> activationPropertyToApiV4(List<ActivationProperty> list) 
- 
activationPropertyToApiV3public static List<ActivationProperty> activationPropertyToApiV3(List<org.apache.maven.api.settings.ActivationProperty> list) 
 
-