Modifier and Type | Field and Description |
---|---|
private List<Dependency> |
ProjectVersionMetadata.dependencies |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
ProjectVersionMetadata.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectVersionMetadata.addDependency(Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectVersionMetadata.setDependencies(List<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
protected List<Dependency> |
CassandraMetadataRepository.getDependencies(String projectVersionMetadataKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
CassandraMetadataRepository.recordDependencies(String projectVersionMetadataKey,
List<Dependency> dependencies,
String repositoryId) |
Modifier and Type | Field and Description |
---|---|
private List<Dependency> |
ProjectVersionMetadataModel.dependencies |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
ProjectVersionMetadataModel.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectVersionMetadataModel.setDependencies(List<Dependency> dependencies) |
Modifier and Type | Method and Description |
---|---|
private List<Dependency> |
Maven2RepositoryStorage.convertDependencies(List<org.apache.maven.model.Dependency> dependencies) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.