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

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

Uses of BuildBase in org.apache.maven.model
 

Subclasses of BuildBase in org.apache.maven.model
 class Build
          Class Build.
 

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

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

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

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



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