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 |
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.
|
String |
RepositoryRequestInfo.toNativePath(String requestPath)
Adjust the requestedPath to conform to the native layout of the provided
ManagedRepositoryContent . |
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 |
---|---|
Set<String> |
ManagedDefaultRepositoryContent.getVersions(ProjectReference reference)
Gather the Available Versions (on disk) for a specific Project Reference, based on filesystem
information.
|
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) |
String |
MavenRepositoryRequestInfo.toNativePath(String requestedPath)
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.
|
Constructor and Description |
---|
ArchivaDavResource(StorageAsset localResource,
String logicalResource,
RepositoryStorage repositoryStorage,
org.apache.jackrabbit.webdav.DavSession session,
ArchivaDavResourceLocator locator,
org.apache.jackrabbit.webdav.DavResourceFactory factory,
MimeTypes mimeTypes,
List<AuditListener> auditListeners,
RepositoryArchivaTaskScheduler scheduler) |
ArchivaDavResource(StorageAsset localResource,
String logicalResource,
RepositoryStorage repositoryStorage,
String remoteAddr,
String principal,
org.apache.jackrabbit.webdav.DavSession session,
ArchivaDavResourceLocator locator,
org.apache.jackrabbit.webdav.DavResourceFactory factory,
MimeTypes mimeTypes,
List<AuditListener> auditListeners,
RepositoryArchivaTaskScheduler scheduler) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.