| Package | Description |
|---|---|
| org.apache.maven.settings |
| Modifier and Type | Method and Description |
|---|---|
Server |
Settings.getServer(java.lang.String serverId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Server> |
Settings.getServers()
Method getServers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Settings.addServer(Server server)
Method addServer.
|
void |
Settings.removeServer(Server server)
Method removeServer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Settings.setServers(java.util.List<Server> servers)
Set configuration of server-specific settings, mainly
authentication
method.
|