Uses of Class
org.apache.maven.settings.Mirror
Packages that use Mirror
Package
Description
-
Uses of Mirror in org.apache.maven.artifact.resolver
Methods in org.apache.maven.artifact.resolver that return types with arguments of type MirrorMethod parameters in org.apache.maven.artifact.resolver with type arguments of type MirrorModifier and TypeMethodDescriptionArtifactResolutionRequest.setMirrors
(List<Mirror> mirrors) Deprecated. -
Uses of Mirror in org.apache.maven.bridge
Methods in org.apache.maven.bridge that return MirrorModifier and TypeMethodDescriptionstatic Mirror
MavenRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Method parameters in org.apache.maven.bridge with type arguments of type MirrorModifier and TypeMethodDescriptionstatic Mirror
MavenRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) -
Uses of Mirror in org.apache.maven.execution
Methods in org.apache.maven.execution that return types with arguments of type MirrorModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getMirrors()
MavenExecutionRequest.getMirrors()
Methods in org.apache.maven.execution with parameters of type MirrorModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.execution with type arguments of type MirrorModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setMirrors
(List<Mirror> mirrors) MavenExecutionRequest.setMirrors
(List<Mirror> mirrors) -
Uses of Mirror in org.apache.maven.repository
Methods in org.apache.maven.repository that return MirrorModifier and TypeMethodDescriptionDefaultMirrorSelector.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) MirrorSelector.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.Determines the mirror for the specified repository.RepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.Determines the mirror for the specified repository.Method parameters in org.apache.maven.repository with type arguments of type MirrorModifier and TypeMethodDescriptionDefaultMirrorSelector.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) MirrorSelector.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.Determines the mirror for the specified repository.RepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.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 MirrorModifier and TypeMethodDescriptionLegacyRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.Method parameters in org.apache.maven.repository.legacy with type arguments of type MirrorModifier and TypeMethodDescriptionLegacyRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated. -
Uses of Mirror in org.apache.maven.settings
Methods in org.apache.maven.settings that return MirrorModifier and TypeMethodDescriptionMirror.clone()
Settings.getMirrorOf
(String repositoryId) Deprecated.Methods in org.apache.maven.settings that return types with arguments of type MirrorMethods in org.apache.maven.settings with parameters of type MirrorMethod parameters in org.apache.maven.settings with type arguments of type MirrorModifier and TypeMethodDescriptionMirror.mirrorToApiV4
(List<Mirror> list) void
Settings.setMirrors
(List<Mirror> mirrors)