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

Packages that use ActivationProperty
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of ActivationProperty in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationProperty
 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.
 

Uses of ActivationProperty in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type ActivationProperty
protected  void MavenJDOMWriter.updateActivationProperty(ActivationProperty activationProperty, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateActivationProperty.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.