public class DependencyMetadataImpl extends Object implements DependencyMetadata
| Constructor and Description |
|---|
DependencyMetadataImpl(Dependency query,
org.eclipse.aether.resolution.ArtifactDescriptorResult descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
getDependencies() |
Dependency |
getDependency() |
List<Dependency> |
getManagedDependencies() |
List<DependencyRepository> |
getRepositories() |
String |
toString() |
public DependencyMetadataImpl(Dependency query, org.eclipse.aether.resolution.ArtifactDescriptorResult descriptor)
public Dependency getDependency()
getDependency in interface DependencyMetadatapublic List<Dependency> getManagedDependencies()
getManagedDependencies in interface DependencyMetadatapublic List<Dependency> getDependencies()
getDependencies in interface DependencyMetadatapublic List<DependencyRepository> getRepositories()
getRepositories in interface DependencyMetadataCopyright © 2013 JBoss by Red Hat. All Rights Reserved.