Modifier and Type | Method and Description |
---|---|
private ArtifactReference |
RetentionCountRepositoryPurge.getNewArtifactReference(ArtifactReference reference,
String version) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ManagedRepositoryContent.getVersions(ProjectReference reference)
Given a specific
ProjectReference , return the list of available versions for
that project reference. |
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 |
---|---|
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.
|
Set<String> |
ManagedDefaultRepositoryContent.getVersions(ProjectReference reference)
Gather the Available Versions (on disk) for a specific Project Reference, based on filesystem
information.
|
private boolean |
ManagedDefaultRepositoryContent.hasArtifact(VersionedReference reference) |
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.
|
String |
RepositoryRequest.toNativePath(String requestedPath,
ManagedRepositoryContent repository)
Adjust the requestedPath to conform to the native layout of the provided
ManagedRepositoryContent . |
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.
|
void |
MetadataTools.updateMetadata(ManagedRepositoryContent managedRepository,
ProjectReference reference)
Deprecated.
|
void |
MetadataTools.updateMetadata(ManagedRepositoryContent managedRepository,
VersionedReference reference)
Deprecated.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.