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