public interface LocalPathPrefixComposer
EnhancedLocalRepositoryManager
.Modifier and Type | Method and Description |
---|---|
String |
getPathPrefixForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact)
Gets the path prefix for a locally installed artifact.
|
String |
getPathPrefixForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata)
Gets the path prefix for locally installed metadata.
|
String |
getPathPrefixForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.RemoteRepository repository)
Gets the path prefix for an artifact cached from a remote repository.
|
String |
getPathPrefixForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata,
org.eclipse.aether.repository.RemoteRepository repository)
Gets the path prefix for metadata cached from a remote repository.
|
String getPathPrefixForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact)
artifact
- The artifact for which to determine the prefix, must not be null
.null
(note: null
s and empty strings are treated equally).String getPathPrefixForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.repository.RemoteRepository repository)
artifact
- The artifact for which to determine the prefix, must not be null
.repository
- The remote repository, never null
.null
(note: null
s and empty strings are treated equally).String getPathPrefixForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata)
metadata
- The metadata for which to determine the prefix, must not be null
.null
(note: null
s and empty strings are treated equally).String getPathPrefixForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata, org.eclipse.aether.repository.RemoteRepository repository)
metadata
- The metadata for which to determine the prefix, must not be null
.repository
- The remote repository, never null
.null
(note: null
s and empty strings are treated equally).Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.