Uses of Class
org.apache.maven.api.settings.Proxy
-
Uses of Proxy in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ProxyModifier and TypeMethodDescriptionProxy.Builder.build()
Settings.getActiveProxy()
static Proxy
Proxy.newInstance()
Creates a newProxy
instance.static Proxy
Proxy.newInstance
(boolean withDefaults) Creates a newProxy
instance using default values or not.Proxy.withActive
(boolean active) Creates a newProxy
instance using the specified active.Creates a newProxy
instance using the specified host.Creates a newProxy
instance using the specified id.Proxy.withNonProxyHosts
(String nonProxyHosts) Creates a newProxy
instance using the specified nonProxyHosts.Proxy.withPassword
(String password) Creates a newProxy
instance using the specified password.Proxy.withPort
(int port) Creates a newProxy
instance using the specified port.Proxy.withProtocol
(String protocol) Creates a newProxy
instance using the specified protocol.Proxy.withUsername
(String username) Creates a newProxy
instance using the specified username.Methods in org.apache.maven.api.settings that return types with arguments of type ProxyModifier and TypeMethodDescriptionSettings.getProxies()
Configuration for different proxy profiles.Methods in org.apache.maven.api.settings with parameters of type ProxyModifier and TypeMethodDescriptionstatic Proxy.Builder
Proxy.newBuilder
(Proxy from) Creates a newProxy
builder instance using the specified object as a basis.static Proxy.Builder
Proxy.newBuilder
(Proxy from, boolean forceCopy) Creates a newProxy
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.settings with type arguments of type ProxyModifier and TypeMethodDescriptionSettings.Builder.proxies
(Collection<Proxy> proxies) Settings.withProxies
(Collection<Proxy> proxies) Creates a newSettings
instance using the specified proxies.