|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.profile.DefaultProfileInjector
@Component(role=ProfileInjector.class) public class DefaultProfileInjector
Handles profile injection into the model.
| Constructor Summary | |
|---|---|
DefaultProfileInjector()
|
|
| Method Summary | |
|---|---|
void |
injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified profile into the given model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProfileInjector()
| Method Detail |
|---|
public void injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems)
ProfileInjector
injectProfile in interface ProfileInjectormodel - The model into which to merge the values defined by the profile, must not be null.profile - The (read-only) profile whose values should be injected, may be null.request - The model building request that holds further settings, must not be null.problems - The container used to collect problems that were encountered, must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||