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

Packages that use Build
org.apache.maven.model   
org.apache.maven.project   
org.apache.maven.project.overlay   
 

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.project
 

Methods in org.apache.maven.project that return Build
 Build MavenProject.getBuild()
           
 

Methods in org.apache.maven.project with parameters of type Build
static void ModelUtils.mergeExtensionLists(Build childBuild, Build parentBuild)
           
 void MavenProject.setBuild(Build build)
           
 

Uses of Build in org.apache.maven.project.overlay
 

Subclasses of Build in org.apache.maven.project.overlay
 class BuildOverlay
           
 

Constructors in org.apache.maven.project.overlay with parameters of type Build
BuildOverlay(Build build)
           
 



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