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

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

Uses of ActivationOS in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationOS
 ActivationOS Activation.getOs()
          Get specifies that this profile will be activated when matching operating system attributes are detected.
 

Methods in org.apache.maven.model with parameters of type ActivationOS
 void Activation.setOs(ActivationOS os)
          Set specifies that this profile will be activated when matching operating system attributes are detected.
 

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

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



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