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

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

Uses of ActivationOS in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationOS
 ActivationOS ActivationOS.clone()
          Method clone.
 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.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.