Uses of Class
org.apache.maven.settings.Mirror
Packages that use Mirror
-
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 MirrorMethods 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.