Uses of Class
org.apache.maven.settings.Server

Packages that use Server
org.apache.maven.settings   
 

Uses of Server in org.apache.maven.settings
 

Methods in org.apache.maven.settings that return Server
 Server Server.clone()
          Method clone.
 Server Settings.getServer(String serverId)
           
 

Methods in org.apache.maven.settings that return types with arguments of type Server
 List<Server> Settings.getServers()
          Method getServers.
 

Methods in org.apache.maven.settings with parameters of type Server
 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
 void Settings.setServers(List<Server> servers)
          Set configuration of server-specific settings, mainly authentication method.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.