Uses of Class
org.apache.maven.api.settings.Proxy.Builder
Packages that use Proxy.Builder
-
Uses of Proxy.Builder in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return Proxy.BuilderModifier and TypeMethodDescriptionProxy.Builder.activeString(String activeString) Proxy.Builder.location(Object key, InputLocation location) 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.portString(String portString) Proxy.with()Creates a new builder with this object as the basis.