Uses of Class
org.apache.maven.api.settings.Proxy.Builder
- 
Uses of Proxy.Builder in org.apache.maven.api.settingsMethods in org.apache.maven.api.settings that return Proxy.BuilderModifier and TypeMethodDescriptionProxy.Builder.active(boolean active) static Proxy.BuilderProxy.newBuilder()Creates a newProxybuilder instance.static Proxy.BuilderProxy.newBuilder(boolean withDefaults) Creates a newProxybuilder instance using default values or not.static Proxy.BuilderProxy.newBuilder(Proxy from) Creates a newProxybuilder instance using the specified object as a basis.static Proxy.BuilderProxy.newBuilder(Proxy from, boolean forceCopy) Creates a newProxybuilder 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.