Uses of Class
org.apache.maven.model.ActivationProperty

Packages that use ActivationProperty
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
 

Uses of ActivationProperty in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationProperty
 ActivationProperty ActivationProperty.clone()
          Method clone.
 ActivationProperty Activation.getProperty()
          Get specifies that this profile will be activated when this system property is specified.
 

Methods in org.apache.maven.model with parameters of type ActivationProperty
 void Activation.setProperty(ActivationProperty property)
          Set specifies that this profile will be activated when this system property is specified.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.