| Package | Description |
|---|---|
| org.apache.maven.settings |
| Modifier and Type | Method | Description |
|---|---|---|
Proxy |
Settings.getActiveProxy() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Proxy> |
Settings.getProxies() |
Method getProxies.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.addProxy(Proxy proxy) |
Method addProxy.
|
void |
Settings.removeProxy(Proxy proxy) |
Method removeProxy.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.setProxies(java.util.List<Proxy> proxies) |
Set configuration for different proxy profiles.
|