Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Server> |
Settings.servers
Field servers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private Server |
SettingsXpp3Reader.parseServer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseServer.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeServer(Server server,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeServer.
|