Uses of Class
org.apache.maven.api.settings.Proxy.Builder
-
Uses of Proxy.Builder in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionProxy.Builder.active
(boolean active) static Proxy.Builder
Proxy.newBuilder()
Creates a newProxy
builder instance.static Proxy.Builder
Proxy.newBuilder
(boolean withDefaults) Creates a newProxy
builder instance using default values or not.static 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.Proxy.Builder.nonProxyHosts
(String nonProxyHosts) Proxy.Builder.port
(int port) Proxy.with()
Creates a new builder with this object as the basis.