Uses of Class
org.apache.maven.settings.Mirror
-
-
Uses of Mirror in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type Mirror Modifier and Type Field Description private java.util.List<Mirror>
ArtifactResolutionRequest. mirrors
Methods in org.apache.maven.artifact.resolver that return types with arguments of type Mirror Modifier and Type Method Description java.util.List<Mirror>
ArtifactResolutionRequest. getMirrors()
Method parameters in org.apache.maven.artifact.resolver with type arguments of type Mirror Modifier and Type Method Description ArtifactResolutionRequest
ArtifactResolutionRequest. setMirrors(java.util.List<Mirror> mirrors)
-
Uses of Mirror in org.apache.maven.bridge
Methods in org.apache.maven.bridge that return Mirror Modifier and Type Method Description static Mirror
MavenRepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
private Mirror
MavenRepositorySystem. getMirror(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)
Methods in org.apache.maven.bridge with parameters of type Mirror Modifier and Type Method Description private void
MavenRepositorySystem. injectMirror(ArtifactRepository repository, Mirror mirror)
(package private) static boolean
MavenRepositorySystem. matchesLayout(ArtifactRepository repository, Mirror mirror)
Method parameters in org.apache.maven.bridge with type arguments of type Mirror Modifier and Type Method Description static Mirror
MavenRepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
-
Uses of Mirror in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type Mirror Modifier and Type Field Description private java.util.List<Mirror>
DefaultMavenExecutionRequest. mirrors
Methods in org.apache.maven.execution that return types with arguments of type Mirror Modifier and Type Method Description java.util.List<Mirror>
DefaultMavenExecutionRequest. getMirrors()
java.util.List<Mirror>
MavenExecutionRequest. getMirrors()
java.util.List<Mirror>
SettingsAdapter. getMirrors()
Methods in org.apache.maven.execution with parameters of type Mirror Modifier and Type Method Description MavenExecutionRequest
DefaultMavenExecutionRequest. addMirror(Mirror mirror)
MavenExecutionRequest
MavenExecutionRequest. addMirror(Mirror mirror)
Method parameters in org.apache.maven.execution with type arguments of type Mirror Modifier and Type Method Description MavenExecutionRequest
DefaultMavenExecutionRequest. setMirrors(java.util.List<Mirror> mirrors)
MavenExecutionRequest
MavenExecutionRequest. setMirrors(java.util.List<Mirror> mirrors)
-
Uses of Mirror in org.apache.maven.repository
Methods in org.apache.maven.repository that return Mirror Modifier and Type Method Description Mirror
DefaultMirrorSelector. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Mirror
MirrorSelector. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Determines the mirror for the specified repository.Mirror
RepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Determines the mirror for the specified repository.Methods in org.apache.maven.repository with parameters of type Mirror Modifier and Type Method Description (package private) static boolean
DefaultMirrorSelector. matchesLayout(ArtifactRepository repository, Mirror mirror)
Method parameters in org.apache.maven.repository with type arguments of type Mirror Modifier and Type Method Description Mirror
DefaultMirrorSelector. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Mirror
MirrorSelector. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Determines the mirror for the specified repository.Mirror
RepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
Determines the mirror for the specified repository. -
Uses of Mirror in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy that return Mirror Modifier and Type Method Description Mirror
LegacyRepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
private Mirror
LegacyRepositorySystem. getMirror(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)
Methods in org.apache.maven.repository.legacy with parameters of type Mirror Modifier and Type Method Description private void
LegacyRepositorySystem. injectMirror(ArtifactRepository repository, Mirror mirror)
Method parameters in org.apache.maven.repository.legacy with type arguments of type Mirror Modifier and Type Method Description Mirror
LegacyRepositorySystem. getMirror(ArtifactRepository repository, java.util.List<Mirror> mirrors)
-
Uses of Mirror in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Mirror Modifier and Type Field Description private java.util.List<Mirror>
Settings. mirrors
Field mirrors.Methods in org.apache.maven.settings that return Mirror Modifier and Type Method Description Mirror
Mirror. clone()
Method clone.Mirror
Settings. getMirrorOf(java.lang.String repositoryId)
Deprecated.Methods in org.apache.maven.settings that return types with arguments of type Mirror Modifier and Type Method Description java.util.List<Mirror>
Settings. getMirrors()
Method getMirrors.Methods in org.apache.maven.settings with parameters of type Mirror Modifier and Type Method Description void
Settings. addMirror(Mirror mirror)
Method addMirror.void
Settings. removeMirror(Mirror mirror)
Method removeMirror.Method parameters in org.apache.maven.settings with type arguments of type Mirror Modifier and Type Method Description void
Settings. setMirrors(java.util.List<Mirror> mirrors)
Set configuration of download mirrors for repositories. -
Uses of Mirror in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return Mirror Modifier and Type Method Description private Mirror
SettingsXpp3Reader. parseMirror(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseMirror.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Mirror Modifier and Type Method Description private void
SettingsXpp3Writer. writeMirror(Mirror mirror, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMirror.
-