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

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

Uses of Build in org.apache.maven.model
 

Methods in org.apache.maven.model that return Build
 Build Model.getBuild()
          Get information required to build the project.
 

Methods in org.apache.maven.model with parameters of type Build
 void Model.setBuild(Build build)
          Set information required to build the project.
 

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

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



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