Package org.apache.maven.api.settings
Class Proxy.Builder
java.lang.Object
org.apache.maven.api.settings.TrackableBase.Builder
org.apache.maven.api.settings.IdentifiableBase.Builder
org.apache.maven.api.settings.Proxy.Builder
- Enclosing class:
- Proxy
Builder class used to create Proxy instances.
-
Method Summary
Modifier and TypeMethodDescriptionactive
(boolean active) build()
location
(Object key, InputLocation location) nonProxyHosts
(String nonProxyHosts) port
(int port)
-
Method Details
-
id
- Overrides:
id
in classIdentifiableBase.Builder
-
active
-
protocol
-
username
-
password
-
port
-
host
-
nonProxyHosts
-
location
- Overrides:
location
in classIdentifiableBase.Builder
-
build
- Overrides:
build
in classIdentifiableBase.Builder
-