org.apache.maven
Class ArtifactListBuilder

java.lang.Object
  extended byorg.apache.maven.ArtifactListBuilder

public class ArtifactListBuilder
extends java.lang.Object

Author:
Jason van Zyl

Constructor Summary
ArtifactListBuilder()
           
 
Method Summary
static java.util.List build(Project project)
          Create the list of artifacts for a project based on the stated dependencies taking into account any user specified overrides.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactListBuilder

public ArtifactListBuilder()
Method Detail

build

public static java.util.List build(Project project)
Create the list of artifacts for a project based on the stated dependencies taking into account any user specified overrides.

Parameters:
project - MavenSession project.
Returns:
the list of artifacts for a project


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