Uses of Class
org.apache.maven.api.settings.Mirror
Packages that use Mirror
Package
Description
-
Uses of Mirror in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return MirrorModifier and TypeMethodDescriptionMirror.Builder.build()
Settings.getMirrorOf
(String repositoryId) Deprecated.static Mirror
Mirror.newInstance()
Creates a newMirror
instance.static Mirror
Mirror.newInstance
(boolean withDefaults) Creates a newMirror
instance using default values or not.Mirror.withBlocked
(boolean blocked) Creates a newMirror
instance using the specified blocked.Creates a newMirror
instance using the specified id.Mirror.withLayout
(String layout) Creates a newMirror
instance using the specified layout.Mirror.withMirrorOf
(String mirrorOf) Creates a newMirror
instance using the specified mirrorOf.Mirror.withMirrorOfLayouts
(String mirrorOfLayouts) Creates a newMirror
instance using the specified mirrorOfLayouts.Creates a newMirror
instance using the specified name.Creates a newMirror
instance using the specified url.Methods in org.apache.maven.api.settings that return types with arguments of type MirrorModifier and TypeMethodDescriptionSettings.getMirrors()
Configuration of download mirrors for repositories.Methods in org.apache.maven.api.settings with parameters of type MirrorModifier and TypeMethodDescriptionstatic Mirror.Builder
Mirror.newBuilder
(Mirror from) Creates a newMirror
builder instance using the specified object as a basis.static Mirror.Builder
Mirror.newBuilder
(Mirror from, boolean forceCopy) Creates a newMirror
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.settings with type arguments of type MirrorModifier and TypeMethodDescriptionSettings.Builder.mirrors
(Collection<Mirror> mirrors) Settings.withMirrors
(Collection<Mirror> mirrors) Creates a newSettings
instance using the specified mirrors. -
Uses of Mirror in org.apache.maven.settings
Methods in org.apache.maven.settings that return MirrorMethods in org.apache.maven.settings that return types with arguments of type MirrorMethod parameters in org.apache.maven.settings with type arguments of type MirrorConstructors in org.apache.maven.settings with parameters of type Mirror -
Uses of Mirror in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return MirrorModifier and TypeMethodDescriptionprotected Mirror
SettingsMerger.mergeMirror
(Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) Methods in org.apache.maven.settings.v4 that return types with arguments of type MirrorModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<Mirror>
SettingsMerger.getMirrorKey()
Methods in org.apache.maven.settings.v4 with parameters of type MirrorModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeMirror
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected Mirror
SettingsMerger.mergeMirror
(Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_Blocked
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_Id
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_Layout
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_MirrorOf
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_MirrorOfLayouts
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_Name
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeMirror_Url
(Mirror.Builder builder, Mirror target, Mirror source, boolean sourceDominant, Map<Object, Object> context)