public interface DependencyManager
| Modifier and Type | Method and Description |
|---|---|
void |
install(ResolvedDependency dependency,
java.io.File targetDirectory)
Copy all necessary files of this
dependency to the targetDirectory. |
ResolvedDependency |
resolve(ResolveContext context,
NotationDependency dependency)
Resolves a dependency.
|
ResolvedDependency resolve(ResolveContext context, NotationDependency dependency)
context - the configuration this dependency in and current exclusion specsdependency - dependency to be resolvedvoid install(ResolvedDependency dependency, java.io.File targetDirectory)
dependency to the targetDirectory.dependency - the dependencytargetDirectory - the target directory