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

Packages that use ActivationProperty
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.jdom   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

Uses of ActivationProperty in org.apache.maven.model
 

Fields in org.apache.maven.model declared as ActivationProperty
private  ActivationProperty Activation.property
          Specifies that this profile will be activated when this system property is specified.
 

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.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return ActivationProperty
private  ActivationProperty MavenDom4jReader.parseActivationProperty(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseActivationProperty.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type ActivationProperty
private  void MavenDom4jWriter.writeActivationProperty(ActivationProperty activationProperty, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeActivationProperty.
 

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, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateActivationProperty.
 

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

Methods in org.apache.maven.model.io.stax that return ActivationProperty
private  ActivationProperty MavenStaxReader.parseActivationProperty(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseActivationProperty.
 

Methods in org.apache.maven.model.io.stax with parameters of type ActivationProperty
private  void MavenStaxWriter.writeActivationProperty(ActivationProperty activationProperty, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeActivationProperty.
 

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

Methods in org.apache.maven.model.io.xpp3 that return ActivationProperty
private  ActivationProperty MavenXpp3Reader.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseActivationProperty.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationProperty
private  void MavenXpp3Writer.writeActivationProperty(ActivationProperty activationProperty, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeActivationProperty.