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 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
ConstructorDescriptionActivationProperty
(ActivationProperty delegate) ActivationProperty
(ActivationProperty delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ActivationProperty> static List
<ActivationProperty> clone()
boolean
getName()
getValue()
int
hashCode()
protected boolean
void
void
Methods inherited from class org.apache.maven.settings.BaseObject
update
-
Constructor Details
-
ActivationProperty
public ActivationProperty() -
ActivationProperty
-
ActivationProperty
-
-
Method Details
-
clone
-
getDelegate
- Overrides:
getDelegate
in classBaseObject
-
equals
-
hashCode
public int hashCode() -
getName
-
setName
-
getValue
-
setValue
-
replace
- Overrides:
replace
in classBaseObject
-
activationPropertyToApiV4
-
activationPropertyToApiV3
-