Uses of Class
org.apache.maven.settings.Server
Packages that use Server
-
Uses of Server in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type ServerMethods in org.apache.maven.settings that return ServerMethods in org.apache.maven.settings that return types with arguments of type ServerMethods in org.apache.maven.settings with parameters of type ServerModifier and TypeMethodDescriptionvoidMethod addServer.voidSettings.removeServer(Server server) Method removeServer.Method parameters in org.apache.maven.settings with type arguments of type ServerModifier and TypeMethodDescriptionvoidSettings.setServers(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 ServerModifier and TypeMethodDescriptionprivate ServerSettingsXpp3Reader.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 ServerModifier and TypeMethodDescriptionprivate voidSettingsXpp3Writer.writeServer(Server server, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeServer.