Package | Description |
---|---|
org.apache.maven.artifact.resolver | |
org.apache.maven.bridge | |
org.apache.maven.execution | |
org.apache.maven.repository | |
org.apache.maven.repository.legacy | |
org.apache.maven.settings |
Modifier and Type | Method and Description |
---|---|
List<Mirror> |
ArtifactResolutionRequest.getMirrors() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setMirrors(List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
static Mirror |
MavenRepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
static Mirror |
MavenRepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
void |
MavenRepositorySystem.injectMirror(List<ArtifactRepository> repositories,
List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
List<Mirror> |
MavenExecutionRequest.getMirrors() |
List<Mirror> |
DefaultMavenExecutionRequest.getMirrors() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.addMirror(Mirror mirror) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.addMirror(Mirror mirror) |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.setMirrors(List<Mirror> mirrors) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.setMirrors(List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
Mirror |
MirrorSelector.getMirror(ArtifactRepository repository,
List<Mirror> mirrors)
Determines the mirror for the specified repository.
|
Mirror |
DefaultMirrorSelector.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
Mirror |
RepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors)
Determines the mirror for the specified repository.
|
Modifier and Type | Method and Description |
---|---|
Mirror |
MirrorSelector.getMirror(ArtifactRepository repository,
List<Mirror> mirrors)
Determines the mirror for the specified repository.
|
Mirror |
DefaultMirrorSelector.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
Mirror |
RepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors)
Determines the mirror for the specified repository.
|
void |
RepositorySystem.injectMirror(List<ArtifactRepository> repositories,
List<Mirror> mirrors)
Injects the mirroring information into the specified repositories.
|
Modifier and Type | Method and Description |
---|---|
Mirror |
LegacyRepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
Mirror |
LegacyRepositorySystem.getMirror(ArtifactRepository repository,
List<Mirror> mirrors) |
void |
LegacyRepositorySystem.injectMirror(List<ArtifactRepository> repositories,
List<Mirror> mirrors) |
Modifier and Type | Method and Description |
---|---|
Mirror |
Mirror.clone()
Method clone.
|
Mirror |
Settings.getMirrorOf(String repositoryId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Mirror> |
Settings.getMirrors()
Method getMirrors.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addMirror(Mirror mirror)
Method addMirror.
|
void |
Settings.removeMirror(Mirror mirror)
Method removeMirror.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setMirrors(List<Mirror> mirrors)
Set configuration of download mirrors for repositories.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.