org.apache.maven.cli
Class DefaultMavenExecutionRequestBuilder

java.lang.Object
  extended by org.apache.maven.cli.DefaultMavenExecutionRequestBuilder
All Implemented Interfaces:
MavenExecutionRequestBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

@Component(role=MavenExecutionRequestBuilder.class)
public class DefaultMavenExecutionRequestBuilder
extends Object
implements MavenExecutionRequestBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Most of code is coming from asf svn repo waiting before having available

Author:
Olivier Lamy

Constructor Summary
DefaultMavenExecutionRequestBuilder()
           
 
Method Summary
 org.apache.maven.execution.MavenExecutionRequest getMavenExecutionRequest(String[] args, PrintStream printStream)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMavenExecutionRequestBuilder

public DefaultMavenExecutionRequestBuilder()
Method Detail

initialize

public void initialize()
                throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException

getMavenExecutionRequest

public org.apache.maven.execution.MavenExecutionRequest getMavenExecutionRequest(String[] args,
                                                                                 PrintStream printStream)
                                                                          throws org.apache.maven.execution.MavenExecutionRequestPopulationException,
                                                                                 org.apache.maven.settings.building.SettingsBuildingException,
                                                                                 MavenExecutionRequestsBuilderException
Specified by:
getMavenExecutionRequest in interface MavenExecutionRequestBuilder
Throws:
org.apache.maven.execution.MavenExecutionRequestPopulationException
org.apache.maven.settings.building.SettingsBuildingException
MavenExecutionRequestsBuilderException
See Also:
org.jvnet.hudson.maven3.MavenExecutionRequestBuilder.MavenExecutionRequestsBuilder#getMavenExecutionRequest(java.lang.String[])


Copyright © 2004-2011. All Rights Reserved.