Uses of Class
org.apache.maven.settings.Mirror
-
Packages that use Mirror Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Mirror in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Mirror Modifier and Type Field Description private java.util.List<Mirror>Settings. mirrorsField mirrors.Methods in org.apache.maven.settings that return Mirror Modifier and Type Method Description MirrorSettings. getMirrorOf(java.lang.String repositoryId)Deprecated.Methods in org.apache.maven.settings that return types with arguments of type Mirror Modifier and Type Method Description java.util.List<Mirror>Settings. getMirrors()Method getMirrors.Methods in org.apache.maven.settings with parameters of type Mirror Modifier and Type Method Description voidSettings. addMirror(Mirror mirror)Method addMirror.voidSettings. removeMirror(Mirror mirror)Method removeMirror.Method parameters in org.apache.maven.settings with type arguments of type Mirror Modifier and Type Method Description voidSettings. setMirrors(java.util.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 Mirror Modifier and Type Method Description private MirrorSettingsXpp3Reader. 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 Mirror Modifier and Type Method Description private voidSettingsXpp3Writer. writeMirror(Mirror mirror, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeMirror.
-