Package | Description |
---|---|
org.apache.archiva.model | |
org.apache.archiva.repository | |
org.apache.archiva.repository.content.maven2 | |
org.apache.archiva.repository.metadata |
Modifier and Type | Method and Description |
---|---|
static VersionedReference |
ArchivaModelCloner.clone(VersionedReference versionedReference) |
Modifier and Type | Method and Description |
---|---|
static VersionedReference |
ArchivaModelCloner.clone(VersionedReference versionedReference) |
static String |
Keys.toKey(VersionedReference ref) |
static String |
VersionedReference.toKey(VersionedReference reference) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedRepositoryContent.deleteVersion(VersionedReference reference)
Delete from the managed repository all files / directories associated with the
provided version reference.
|
Set<String> |
ManagedRepositoryContent.getVersions(VersionedReference reference)
Given a specific
VersionedReference , return the list of available versions for that
versioned reference. |
boolean |
ManagedRepositoryContent.hasContent(VersionedReference reference)
Determines if the version reference exists in the repository.
|
String |
ManagedRepositoryContent.toMetadataPath(VersionedReference reference)
Given a
VersionedReference , return the path to the metadata for
the specific version of the project. |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDefaultRepositoryContent.deleteVersion(VersionedReference reference) |
private ArtifactReference |
ManagedDefaultRepositoryContent.getFirstArtifact(VersionedReference reference)
Get the first Artifact found in the provided VersionedReference location.
|
Set<String> |
ManagedDefaultRepositoryContent.getVersions(VersionedReference reference) |
private boolean |
ManagedDefaultRepositoryContent.hasArtifact(VersionedReference reference) |
boolean |
ManagedDefaultRepositoryContent.hasContent(VersionedReference reference) |
String |
AbstractDefaultRepositoryContent.toMetadataPath(VersionedReference reference) |
Modifier and Type | Method and Description |
---|---|
VersionedReference |
MetadataTools.toVersionedReference(String path)
Take a path to a maven-metadata.xml, and attempt to translate it to a VersionedReference.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
MetadataTools.gatherSnapshotVersions(ManagedRepositoryContent managedRepository,
VersionedReference reference)
Gather the set of snapshot versions found in a particular versioned reference.
|
ArtifactReference |
MetadataTools.getFirstArtifact(ManagedRepositoryContent managedRepository,
VersionedReference reference)
Get the first Artifact found in the provided VersionedReference location.
|
ArchivaRepositoryMetadata |
MetadataTools.readProxyMetadata(ManagedRepositoryContent managedRepository,
VersionedReference reference,
String proxyId) |
String |
MetadataTools.toPath(VersionedReference reference) |
void |
MetadataTools.updateMetadata(ManagedRepositoryContent managedRepository,
VersionedReference reference)
Deprecated.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.