Uses of Class
org.apache.maven.settings.Proxy
-
Packages that use Proxy Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Proxy in org.apache.maven.settings
Fields in org.apache.maven.settings declared as Proxy Modifier and Type Field Description private ProxySettings. activeProxyFields in org.apache.maven.settings with type parameters of type Proxy Modifier and Type Field Description private java.util.List<Proxy>Settings. proxiesField proxies.Methods in org.apache.maven.settings that return Proxy Modifier and Type Method Description ProxySettings. getActiveProxy()Methods in org.apache.maven.settings that return types with arguments of type Proxy Modifier and Type Method Description java.util.List<Proxy>Settings. getProxies()Method getProxies.Methods in org.apache.maven.settings with parameters of type Proxy Modifier and Type Method Description voidSettings. addProxy(Proxy proxy)Method addProxy.voidSettings. removeProxy(Proxy proxy)Method removeProxy.Method parameters in org.apache.maven.settings with type arguments of type Proxy Modifier and Type Method Description voidSettings. setProxies(java.util.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 Proxy Modifier and Type Method Description private ProxySettingsXpp3Reader. 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 Proxy Modifier and Type Method Description private voidSettingsXpp3Writer. writeProxy(Proxy proxy, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeProxy.
-