Uses of Class
org.apache.maven.settings.Proxy
Packages that use Proxy
-
Uses of Proxy in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ProxyFields in org.apache.maven.settings with type parameters of type ProxyMethods in org.apache.maven.settings that return ProxyMethods in org.apache.maven.settings that return types with arguments of type ProxyMethods in org.apache.maven.settings with parameters of type ProxyModifier and TypeMethodDescriptionvoid
Method addProxy.void
Settings.removeProxy
(Proxy proxy) Method removeProxy.Method parameters in org.apache.maven.settings with type arguments of type ProxyModifier and TypeMethodDescriptionvoid
Settings.setProxies
(List<Proxy> proxies) Set configuration for different proxy profiles. -
Uses of Proxy in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ProxyModifier and TypeMethodDescriptionprivate Proxy
SettingsXpp3Reader.parseProxy
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseProxy.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ProxyModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeProxy
(Proxy proxy, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeProxy.