Class DependencyManagement.Builder
java.lang.Object
org.apache.maven.api.model.DependencyManagement.Builder
- Enclosing class:
 DependencyManagement
Builder class used to create DependencyManagement instances.
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder(boolean withDefaults) protectedBuilder(DependencyManagement base, boolean forceCopy)  - 
Method Summary
Modifier and TypeMethodDescriptionbuild()dependencies(Collection<Dependency> dependencies) importedFrom(InputLocation importedFrom) location(Object key, InputLocation location)  
- 
Constructor Details
- 
Builder
protected Builder(boolean withDefaults)  - 
Builder
 
 - 
 - 
Method Details
- 
dependencies
 - 
location
 - 
importedFrom
 - 
build
 
 -