Modifier and Type | Method and Description |
---|---|
private void |
MetadataUpdaterConsumer.updateProjectMetadata(ArtifactReference artifact,
String path) |
private void |
MetadataUpdaterConsumer.updateVersionMetadata(ArtifactReference artifact,
String path) |
Modifier and Type | Method and Description |
---|---|
private ArtifactReference |
RetentionCountRepositoryPurge.getNewArtifactReference(ArtifactReference reference,
String version) |
Modifier and Type | Method and Description |
---|---|
private ArtifactReference |
RetentionCountRepositoryPurge.getNewArtifactReference(ArtifactReference reference,
String version) |
private void |
CleanupReleasedSnapshotsRepositoryPurge.updateMetadata(ArtifactReference artifact) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRepositoryPurge.purge(Set<ArtifactReference> references)
Purge the repo.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository,
ArtifactReference artifact)
A relocation capable client will request the POM prior to the artifact, and will then read meta-data and do
client side relocation.
|
Modifier and Type | Method and Description |
---|---|
void |
Maven2RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository,
ArtifactReference artifact) |
Modifier and Type | Method and Description |
---|---|
static ArtifactReference |
ArchivaModelCloner.clone(ArtifactReference artifactReference) |
Modifier and Type | Method and Description |
---|---|
static List<ArtifactReference> |
ArchivaModelCloner.cloneArtifactReferences(List<ArtifactReference> artifactReferenceList) |
Modifier and Type | Method and Description |
---|---|
static ArtifactReference |
ArchivaModelCloner.clone(ArtifactReference artifactReference) |
static String |
Keys.toKey(ArtifactReference ref) |
static String |
ArtifactReference.toKey(ArtifactReference artifactReference) |
static String |
ArtifactReference.toVersionlessKey(ArtifactReference artifactReference) |
Modifier and Type | Method and Description |
---|---|
static List<ArtifactReference> |
ArchivaModelCloner.cloneArtifactReferences(List<ArtifactReference> artifactReferenceList) |
Constructor and Description |
---|
ArchivaArtifact(ArtifactReference ref,
String repositoryId) |
Modifier and Type | Method and Description |
---|---|
File |
DefaultRepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository,
ArtifactReference artifact) |
private File |
DefaultRepositoryProxyConnectors.toLocalFile(ManagedRepositoryContent repository,
ArtifactReference artifact) |
private void |
DefaultRepositoryProxyConnectors.validatePolicies(Map<String,DownloadErrorPolicy> policies,
Map<String,String> settings,
Properties request,
ArtifactReference artifact,
RemoteRepositoryContent content,
File localFile,
Exception exception,
Map<String,Exception> previousExceptions) |
Modifier and Type | Method and Description |
---|---|
File |
RepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository,
ArtifactReference artifact)
Performs the artifact fetch operation against the target repositories
of the provided source repository.
|
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
RemoteRepositoryContent.toArtifactReference(String path)
Given a repository relative path to a filename, return the
VersionedReference object suitable for the path. |
ArtifactReference |
ManagedRepositoryContent.toArtifactReference(String path)
Given a repository relative path to a filename, return the
VersionedReference object suitable for the path. |
Modifier and Type | Method and Description |
---|---|
Set<ArtifactReference> |
ManagedRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
Gather up the list of related artifacts to the ArtifactReference provided.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedRepositoryContent.deleteArtifact(ArtifactReference artifactReference)
delete a specified artifact from the repository
|
Set<ArtifactReference> |
ManagedRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
Gather up the list of related artifacts to the ArtifactReference provided.
|
boolean |
ManagedRepositoryContent.hasContent(ArtifactReference reference)
Determines if the artifact referenced exists in the repository.
|
File |
ManagedRepositoryContent.toFile(ArtifactReference reference)
Given an
ArtifactReference , return the file reference to the artifact. |
String |
RemoteRepositoryContent.toPath(ArtifactReference reference)
Given an ArtifactReference, return the relative path to the artifact.
|
String |
ManagedRepositoryContent.toPath(ArtifactReference reference)
Given an
ArtifactReference , return the relative path to the artifact. |
RepositoryURL |
RemoteRepositoryContent.toURL(ArtifactReference reference)
Given an ArtifactReference, return the url to the artifact.
|
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
PathParser.toArtifactReference(String path)
Take a path and get the ArtifactReference associated with it.
|
Modifier and Type | Method and Description |
---|---|
private ArtifactReference |
ManagedDefaultRepositoryContent.getFirstArtifact(VersionedReference reference)
Get the first Artifact found in the provided VersionedReference location.
|
ArtifactReference |
RemoteDefaultRepositoryContent.toArtifactReference(String path)
Convert a path to an artifact reference.
|
ArtifactReference |
RepositoryRequest.toArtifactReference(String requestedPath)
Takes an incoming requested path (in "/" format) and gleans the layout
and ArtifactReference appropriate for that content.
|
ArtifactReference |
AbstractDefaultRepositoryContent.toArtifactReference(String path) |
ArtifactReference |
ManagedDefaultRepositoryContent.toArtifactReference(String path)
Convert a path to an artifact reference.
|
ArtifactReference |
DefaultPathParser.toArtifactReference(String path)
Take a path and get the ArtifactReference associated with it.
|
Modifier and Type | Method and Description |
---|---|
Set<ArtifactReference> |
ManagedDefaultRepositoryContent.getRelatedArtifacts(ArtifactReference reference) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDefaultRepositoryContent.deleteArtifact(ArtifactReference artifactReference) |
Set<ArtifactReference> |
ManagedDefaultRepositoryContent.getRelatedArtifacts(ArtifactReference reference) |
boolean |
ManagedDefaultRepositoryContent.hasContent(ArtifactReference reference) |
File |
ManagedDefaultRepositoryContent.toFile(ArtifactReference reference) |
String |
AbstractDefaultRepositoryContent.toPath(ArtifactReference reference) |
RepositoryURL |
RemoteDefaultRepositoryContent.toURL(ArtifactReference reference) |
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
MetadataTools.getFirstArtifact(ManagedRepositoryContent managedRepository,
VersionedReference reference)
Get the first Artifact found in the provided VersionedReference location.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.