Uses of Class
org.apache.maven.api.model.ActivationProperty
-
Uses of ActivationProperty in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ActivationPropertyModifier and TypeMethodDescriptionActivationProperty.Builder.build()Activation.getProperty()Specifies that this profile will be activated when this property is specified.static ActivationPropertyActivationProperty.newInstance()Creates a newActivationPropertyinstance.static ActivationPropertyActivationProperty.newInstance(boolean withDefaults) Creates a newActivationPropertyinstance using default values or not.Creates a newActivationPropertyinstance using the specified name.Creates a newActivationPropertyinstance using the specified value.Methods in org.apache.maven.api.model with parameters of type ActivationPropertyModifier and TypeMethodDescriptionstatic ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from) Creates a newActivationPropertybuilder instance using the specified object as a basis.static ActivationProperty.BuilderActivationProperty.newBuilder(ActivationProperty from, boolean forceCopy) Creates a newActivationPropertybuilder instance using the specified object as a basis.Activation.Builder.property(ActivationProperty property) Activation.withProperty(ActivationProperty property) Creates a newActivationinstance using the specified property.