|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.composition.DefaultDependencyManagementImporter
@Component(role=DependencyManagementImporter.class) public class DefaultDependencyManagementImporter
Handles the import of dependency management from other models into the target model.
Constructor Summary | |
---|---|
DefaultDependencyManagementImporter()
|
Method Summary | |
---|---|
void |
importManagement(Model target,
java.util.List<? extends DependencyManagement> sources,
ModelBuildingRequest request,
ModelProblemCollector problems)
Imports the specified dependency management sections into the given target model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDependencyManagementImporter()
Method Detail |
---|
public void importManagement(Model target, java.util.List<? extends DependencyManagement> sources, ModelBuildingRequest request, ModelProblemCollector problems)
DependencyManagementImporter
importManagement
in interface DependencyManagementImporter
target
- The model into which to import the dependency management section, must not be null
.sources
- The dependency management sections to import, 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 |