Uses of Class
org.apache.maven.settings.Mirror
Packages that use Mirror
Package
Description
-
Uses of Mirror in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type MirrorMethods 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) private Mirror
MavenRepositorySystem.getMirror
(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository) Methods in org.apache.maven.bridge with parameters of type MirrorModifier and TypeMethodDescriptionprivate 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 MirrorModifier and TypeMethodDescriptionstatic Mirror
MavenRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) -
Uses of Mirror in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type MirrorMethods 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.internal.aether
Methods in org.apache.maven.internal.aether with parameters of type MirrorModifier and TypeMethodDescriptionprivate void
LegacyRepositorySystemSessionExtender.injectMirror
(ArtifactRepository repository, Mirror mirror) -
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) Deprecated.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.Methods in org.apache.maven.repository with parameters of type MirrorModifier and TypeMethodDescription(package private) static boolean
DefaultMirrorSelector.matchesLayout
(ArtifactRepository repository, Mirror mirror) Deprecated.Method parameters in org.apache.maven.repository with type arguments of type MirrorModifier and TypeMethodDescriptionDefaultMirrorSelector.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.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.private Mirror
LegacyRepositorySystem.getMirror
(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository) Deprecated.Methods in org.apache.maven.repository.legacy with parameters of type MirrorModifier and TypeMethodDescriptionprivate void
LegacyRepositorySystem.injectMirror
(ArtifactRepository repository, Mirror mirror) 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)