Package | Description |
---|---|
org.apache.archiva.metadata.model | |
org.apache.archiva.metadata.repository.cassandra | |
org.apache.archiva.metadata.repository.cassandra.model |
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 | Method and Description |
---|---|
List<Dependency> |
ProjectVersionMetadataModel.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectVersionMetadataModel.setDependencies(List<Dependency> dependencies) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.