public interface DependencyMetadata
Dependency
including its dependency chain, configured
DependencyRepository
instances, and any managed dependency version information.Modifier and Type | Method and Description |
---|---|
List<Dependency> |
getDependencies()
The direct dependencies of the
Dependency for which this DependencyMetadata was retrieved. |
Dependency |
getDependency()
The
Dependency for which this DependencyMetadata was retrieved. |
List<Dependency> |
getManagedDependencies()
The managed dependencies of the
Dependency for which this DependencyMetadata was retrieved. |
List<DependencyRepository> |
getRepositories()
The
DependencyRepository instances used when building the Dependency , or any projects which
inherit from it, for which this DependencyMetadata was retrieved. |
Dependency getDependency()
Dependency
for which this DependencyMetadata
was retrieved.List<Dependency> getManagedDependencies()
Dependency
for which this DependencyMetadata
was retrieved. These
dependencies are not included in downstream projects unless also specified as a direct dependency.#getDependencies()}
List<Dependency> getDependencies()
Dependency
for which this DependencyMetadata
was retrieved. These
dependencies are included in downstream projects unless explicitly excluded.Dependency#getExcludedDependencies()}
List<DependencyRepository> getRepositories()
DependencyRepository
instances used when building the Dependency
, or any projects which
inherit from it, for which this DependencyMetadata
was retrieved.Copyright © 2016 JBoss by Red Hat. All rights reserved.