|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.execution.DefaultMavenExecutionRequestPopulator
@Component(role=MavenExecutionRequestPopulator.class) public class DefaultMavenExecutionRequestPopulator
Constructor Summary | |
---|---|
DefaultMavenExecutionRequestPopulator()
|
Method Summary | |
---|---|
ArtifactRepository |
createLocalRepository(MavenExecutionRequest request)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMavenExecutionRequestPopulator()
Method Detail |
---|
public MavenExecutionRequest populateFromSettings(MavenExecutionRequest request, Settings settings) throws MavenExecutionRequestPopulationException
MavenExecutionRequestPopulator
populateFromSettings
in interface MavenExecutionRequestPopulator
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.public ArtifactRepository createLocalRepository(MavenExecutionRequest request) throws MavenExecutionRequestPopulationException
MavenExecutionRequestPopulationException
public MavenExecutionRequest populateDefaults(MavenExecutionRequest request) throws MavenExecutionRequestPopulationException
MavenExecutionRequestPopulator
populateDefaults
in interface MavenExecutionRequestPopulator
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 |