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 Mirror -
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()
SettingsAdapter.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) Determines the mirror for the specified repository.RepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) 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) 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) Determines the mirror for the specified repository.RepositorySystem.getMirror
(ArtifactRepository repository, 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 MirrorModifier and TypeMethodDescriptionLegacyRepositorySystem.getMirror
(ArtifactRepository repository, 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 MirrorModifier and TypeMethodDescriptionprivate void
LegacyRepositorySystem.injectMirror
(ArtifactRepository repository, Mirror mirror) Method parameters in org.apache.maven.repository.legacy with type arguments of type MirrorModifier and TypeMethodDescriptionLegacyRepositorySystem.getMirror
(ArtifactRepository repository, List<Mirror> mirrors) -
Uses of Mirror in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type MirrorMethods in org.apache.maven.settings that return MirrorModifier and TypeMethodDescriptionMirror.clone()
Method 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 MirrorModifier and TypeMethodDescriptionvoid
Method addMirror.void
Settings.removeMirror
(Mirror mirror) Method removeMirror.Method parameters in org.apache.maven.settings with type arguments of type MirrorModifier and TypeMethodDescriptionvoid
Settings.setMirrors
(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 MirrorModifier and TypeMethodDescriptionprivate 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 MirrorModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeMirror
(Mirror mirror, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeMirror.