public class DependencyContextImpl extends java.lang.Object implements DependencyContext
| Constructor and Description | 
|---|
DependencyContextImpl(CoordinateResolver coordinateResolver)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDependency(Dependency dependency)  | 
java.util.Set<Dependency> | 
getDependencies()  | 
Coordinate | 
resolveCoordinate(java.lang.String artifactId)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDependencypublic DependencyContextImpl(CoordinateResolver coordinateResolver)
public void addDependency(@NonNull
                          Dependency dependency)
addDependency in interface DependencyContext@NonNull public java.util.Set<Dependency> getDependencies()
getDependencies in interface DependencyContextpublic Coordinate resolveCoordinate(java.lang.String artifactId)