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

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

Uses of ActivationCustom in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationCustom
 ActivationCustom Activation.getCustom()
          Get describes a custom profile activation trigger, brought in via build extension.
 

Methods in org.apache.maven.model with parameters of type ActivationCustom
 void Activation.setCustom(ActivationCustom custom)
          Set describes a custom profile activation trigger, brought in via build extension.
 

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

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



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