public class TestLocalRepositoryManager extends Object implements org.eclipse.aether.repository.LocalRepositoryManager
| Constructor and Description |
|---|
TestLocalRepositoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.LocalArtifactRegistration request) |
void |
add(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.LocalMetadataRegistration request) |
org.eclipse.aether.repository.LocalArtifactResult |
find(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.LocalArtifactRequest request) |
org.eclipse.aether.repository.LocalMetadataResult |
find(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.LocalMetadataRequest request) |
Set<org.eclipse.aether.artifact.Artifact> |
getArtifactRegistration() |
Set<org.eclipse.aether.metadata.Metadata> |
getMetadataRegistration() |
String |
getPathForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact) |
String |
getPathForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata) |
String |
getPathForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact,
org.eclipse.aether.repository.RemoteRepository repository,
String context) |
String |
getPathForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata,
org.eclipse.aether.repository.RemoteRepository repository,
String context) |
org.eclipse.aether.repository.LocalRepository |
getRepository() |
void |
setArtifactAvailability(org.eclipse.aether.artifact.Artifact artifact,
boolean available) |
public TestLocalRepositoryManager()
public org.eclipse.aether.repository.LocalRepository getRepository()
getRepository in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic String getPathForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact)
getPathForLocalArtifact in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic String getPathForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.repository.RemoteRepository repository, String context)
getPathForRemoteArtifact in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic String getPathForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata)
getPathForLocalMetadata in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic String getPathForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata, org.eclipse.aether.repository.RemoteRepository repository, String context)
getPathForRemoteMetadata in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic org.eclipse.aether.repository.LocalArtifactResult find(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalArtifactRequest request)
find in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic void add(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalArtifactRegistration request)
add in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic org.eclipse.aether.repository.LocalMetadataResult find(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalMetadataRequest request)
find in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic void add(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalMetadataRegistration request)
add in interface org.eclipse.aether.repository.LocalRepositoryManagerpublic Set<org.eclipse.aether.artifact.Artifact> getArtifactRegistration()
public Set<org.eclipse.aether.metadata.Metadata> getMetadataRegistration()
public void setArtifactAvailability(org.eclipse.aether.artifact.Artifact artifact, boolean available)
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.