| Package | Description |
|---|---|
| org.apache.maven.settings |
| Modifier and Type | Method | Description |
|---|---|---|
Mirror |
Settings.getMirrorOf(java.lang.String repositoryId) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Mirror> |
Settings.getMirrors() |
Method getMirrors.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.addMirror(Mirror mirror) |
Method addMirror.
|
void |
Settings.removeMirror(Mirror mirror) |
Method removeMirror.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.setMirrors(java.util.List<Mirror> mirrors) |
Set configuration of download mirrors for repositories.
|