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(ManagedRepository 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(ManagedRepository 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 |
---|---|
StorageAsset |
DefaultRepositoryProxyHandler.fetchFromProxies(ManagedRepository repository,
ArtifactReference artifact) |
Modifier and Type | Method and Description |
---|---|
StorageAsset |
RepositoryProxyHandler.fetchFromProxies(ManagedRepository repository,
ArtifactReference artifact)
Performs the artifact fetch operation against the target repositories
of the provided source repository.
|
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
RepositoryContent.toArtifactReference(String path)
Given a repository relative path to a filename, return the
VersionedReference object suitable for the path. |
ArtifactReference |
RepositoryRequestInfo.toArtifactReference(String requestPath)
Returns the artifact reference for a given 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.
|
StorageAsset |
ManagedRepositoryContent.toFile(ArtifactReference reference)
Given an
ArtifactReference , return the file reference to the artifact. |
String |
RepositoryContent.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 |
---|---|
StorageAsset |
ArtifactUtil.getArtifactAsset(ManagedRepository repository,
ArtifactReference artifactReference)
Returns the physical location of a given artifact in the repository.
|
Path |
ArtifactUtil.getArtifactPath(ManagedRepository repository,
ArtifactReference artifactReference)
Returns the physical location of a given artifact in the repository.
|
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
RemoteDefaultRepositoryContent.toArtifactReference(String path)
Convert a path to an artifact reference.
|
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.
|
ArtifactReference |
MavenRepositoryRequestInfo.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) |
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) |
StorageAsset |
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–2019 The Apache Software Foundation. All rights reserved.