Uses of Class
org.apache.maven.model.Activation
-
Packages that use Activation Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of Activation in org.apache.maven.model
Methods in org.apache.maven.model that return Activation Modifier and Type Method Description ActivationActivation. clone()Method clone.ActivationProfile. getActivation()Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model with parameters of type Activation Modifier and Type Method Description voidProfile. setActivation(Activation activation)Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type Activation Modifier and Type Method Description protected voidModelMerger. mergeActivation(Activation target, Activation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-