|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MavenExecutionRequestPopulator
Assists in populating an execution request for invocation of Maven.
Method Summary | |
---|---|
MavenExecutionRequest |
populateDefaults(MavenExecutionRequest request)
Injects default values like plugin groups or repositories into the specified execution request. |
MavenExecutionRequest |
populateFromSettings(MavenExecutionRequest request,
Settings settings)
Copies the values from the given settings into the specified execution request. |
Method Detail |
---|
MavenExecutionRequest populateFromSettings(MavenExecutionRequest request, Settings settings) throws MavenExecutionRequestPopulationException
request
- The execution request to populate, must not be null
.settings
- The settings to copy into the execution request, may be null
.
null
.
MavenExecutionRequestPopulationException
- If the execution request could not be populated.MavenExecutionRequest populateDefaults(MavenExecutionRequest request) throws MavenExecutionRequestPopulationException
request
- The execution request to populate, must not be null
.
null
.
MavenExecutionRequestPopulationException
- If the execution request could not be populated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |