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

Packages that use Activation
org.apache.maven.model   
org.apache.maven.profiles   
org.apache.maven.project   
 

Uses of Activation in org.apache.maven.model
 

Methods in org.apache.maven.model that return Activation
 Activation Profile.getActivation()
          Get the conditional logic which will automatically trigger the inclusion of this profile.
 

Methods in org.apache.maven.model with parameters of type Activation
 void Profile.setActivation(Activation activation)
          Set the conditional logic which will automatically trigger the inclusion of this profile.
 

Uses of Activation in org.apache.maven.profiles
 

Subclasses of Activation in org.apache.maven.profiles
 class AlwaysOnActivation
           
 

Uses of Activation in org.apache.maven.project
 

Methods in org.apache.maven.project that return Activation
static Activation ModelUtils.cloneActivation(Activation src)
           
 

Methods in org.apache.maven.project with parameters of type Activation
static Activation ModelUtils.cloneActivation(Activation src)
           
 



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