org.apache.maven.project
Class TestProjectBuilder

java.lang.Object
  extended by org.apache.maven.project.DefaultProjectBuilder
      extended by org.apache.maven.project.TestProjectBuilder
All Implemented Interfaces:
ProjectBuilder

@Component(role=org.apache.maven.project.ProjectBuilder.class,
           hint="classpath")
public class TestProjectBuilder
extends DefaultProjectBuilder


Constructor Summary
TestProjectBuilder()
           
 
Method Summary
 ProjectBuildingResult build(Artifact artifact, ProjectBuildingRequest request)
           
 ProjectBuildingResult build(File pomFile, ProjectBuildingRequest configuration)
           
 
Methods inherited from class org.apache.maven.project.DefaultProjectBuilder
build, build, build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProjectBuilder

public TestProjectBuilder()
Method Detail

build

public ProjectBuildingResult build(Artifact artifact,
                                   ProjectBuildingRequest request)
                            throws ProjectBuildingException
Specified by:
build in interface ProjectBuilder
Overrides:
build in class DefaultProjectBuilder
Throws:
ProjectBuildingException

build

public ProjectBuildingResult build(File pomFile,
                                   ProjectBuildingRequest configuration)
                            throws ProjectBuildingException
Specified by:
build in interface ProjectBuilder
Overrides:
build in class DefaultProjectBuilder
Throws:
ProjectBuildingException


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