Uses of Class
org.apache.maven.settings.Server
-
Packages that use Server Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Server in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
Settings. servers
Field servers.Methods in org.apache.maven.settings that return Server Modifier and Type Method Description Server
Settings. getServer(java.lang.String serverId)
Methods in org.apache.maven.settings that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
Settings. getServers()
Method getServers.Methods in org.apache.maven.settings with parameters of type Server Modifier and Type Method Description void
Settings. addServer(Server server)
Method addServer.void
Settings. removeServer(Server server)
Method removeServer.Method parameters in org.apache.maven.settings with type arguments of type Server Modifier and Type Method Description void
Settings. setServers(java.util.List<Server> servers)
Set configuration of server-specific settings, mainly authentication method. -
Uses of Server in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return Server Modifier and Type Method Description private Server
SettingsXpp3Reader. parseServer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseServer.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Server Modifier and Type Method Description private void
SettingsXpp3Writer. writeServer(Server server, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeServer.
-