Uses of Class
org.apache.maven.api.model.ActivationProperty
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of ActivationProperty in org.apache.maven.api.model
Modifier and TypeMethodDescriptionActivationProperty.Builder.build()
Activation.getProperty()
Specifies that this profile will be activated when this property is specified.static ActivationProperty
ActivationProperty.newInstance()
Creates a newActivationProperty
instance.static ActivationProperty
ActivationProperty.newInstance
(boolean withDefaults) Creates a newActivationProperty
instance using default values or not.Creates a newActivationProperty
instance using the specified name.Creates a newActivationProperty
instance using the specified value.Modifier and TypeMethodDescriptionstatic ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from) Creates a newActivationProperty
builder instance using the specified object as a basis.static ActivationProperty.Builder
ActivationProperty.newBuilder
(ActivationProperty from, boolean forceCopy) Creates a newActivationProperty
builder instance using the specified object as a basis.Activation.Builder.property
(ActivationProperty property) Activation.withProperty
(ActivationProperty property) Creates a newActivation
instance using the specified property.