Package org.apache.maven.settings
Class ActivationOS
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.ActivationOS
- 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
ConstructorDescriptionActivationOS
(ActivationOS delegate) ActivationOS
(ActivationOS delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ActivationOS> activationOSToApiV3
(List<ActivationOS> list) static List
<ActivationOS> activationOSToApiV4
(List<ActivationOS> list) clone()
boolean
getArch()
getName()
int
hashCode()
protected boolean
void
void
void
void
setVersion
(String version) Methods inherited from class org.apache.maven.settings.BaseObject
update
-
Constructor Details
-
ActivationOS
public ActivationOS() -
ActivationOS
-
ActivationOS
-
-
Method Details
-
clone
-
getDelegate
- Overrides:
getDelegate
in classBaseObject
-
equals
-
hashCode
public int hashCode() -
getName
-
setName
-
getFamily
-
setFamily
-
getArch
-
setArch
-
getVersion
-
setVersion
-
replace
- Overrides:
replace
in classBaseObject
-
activationOSToApiV4
-
activationOSToApiV3
-