org.apache.maven.cli
Interface MavenExecutionRequestBuilder
- All Known Implementing Classes:
- DefaultMavenExecutionRequestBuilder
public interface MavenExecutionRequestBuilder
- Since:
- Author:
- Olivier Lamy
|
Method Summary |
org.apache.maven.execution.MavenExecutionRequest |
getMavenExecutionRequest(java.lang.String[] args,
java.io.PrintStream printStream)
|
getMavenExecutionRequest
org.apache.maven.execution.MavenExecutionRequest getMavenExecutionRequest(java.lang.String[] args,
java.io.PrintStream printStream)
throws org.apache.maven.execution.MavenExecutionRequestPopulationException,
org.apache.maven.settings.building.SettingsBuildingException,
MavenExecutionRequestsBuilderException
- Throws:
org.apache.maven.execution.MavenExecutionRequestPopulationException
org.apache.maven.settings.building.SettingsBuildingException
MavenExecutionRequestsBuilderException
Copyright © 2004-2011 Hudson. All Rights Reserved.