Uses of Class
org.apache.maven.api.settings.Proxy
-
Uses of Proxy in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionProxy.Builder.build()
static Proxy
Proxy.newInstance()
Creates a newProxy
instance.static Proxy
Proxy.newInstance
(boolean withDefaults) Creates a newProxy
instance using default values or not.Proxy.withActiveString
(String activeString) Creates a newProxy
instance using the specified activeString.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.withPortString
(String portString) Creates a newProxy
instance using the specified portString.Proxy.withProtocol
(String protocol) Creates a newProxy
instance using the specified protocol.Proxy.withUsername
(String username) Creates a newProxy
instance using the specified username.Modifier and TypeMethodDescriptionSettings.getProxies()
Configuration for different proxy profiles.Modifier 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.Modifier and TypeMethodDescriptionSettings.Builder.proxies
(Collection<Proxy> proxies) Settings.withProxies
(Collection<Proxy> proxies) Creates a newSettings
instance using the specified proxies.