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

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

Uses of ActivationFile in org.apache.maven.model
 

Methods in org.apache.maven.model that return ActivationFile
 ActivationFile Activation.getFile()
          Get specifies that this profile will be activated based on existence of a file.
 

Methods in org.apache.maven.model with parameters of type ActivationFile
 void Activation.setFile(ActivationFile file)
          Set specifies that this profile will be activated based on existence of a file.
 

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

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



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