Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Mirror> |
Settings.mirrors
Field mirrors.
|
Modifier and Type | Method and Description |
---|---|
Mirror |
Settings.getMirrorOf(java.lang.String repositoryId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Mirror> |
Settings.getMirrors()
Method getMirrors.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addMirror(Mirror mirror)
Method addMirror.
|
void |
Settings.removeMirror(Mirror mirror)
Method removeMirror.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setMirrors(java.util.List<Mirror> mirrors)
Set configuration of download mirrors for repositories.
|
Modifier and Type | Method and Description |
---|---|
private Mirror |
SettingsXpp3Reader.parseMirror(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMirror.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeMirror(Mirror mirror,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMirror.
|