Uses of Class
org.apache.maven.api.settings.Proxy
Package
Description
-
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. -
Uses of Proxy in org.apache.maven.settings
-
Uses of Proxy in org.apache.maven.settings.v4
Modifier and TypeMethodDescriptionprotected Proxy
SettingsMerger.mergeProxy
(Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected Proxy
SettingsTransformer.transformProxy
(Proxy target) Modifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<Proxy> SettingsMerger.getProxyKey()
Modifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeProxy
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected Proxy
SettingsMerger.mergeProxy
(Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_ActiveString
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_Host
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_Id
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_NonProxyHosts
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_Password
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_PortString
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_Protocol
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeProxy_Username
(Proxy.Builder builder, Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected Proxy
SettingsTransformer.transformProxy
(Proxy target) protected void
SettingsTransformer.transformProxy_ActiveString
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_Host
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_Id
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_NonProxyHosts
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_Password
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_PortString
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_Protocol
(Proxy.Builder builder, Proxy target) protected void
SettingsTransformer.transformProxy_Username
(Proxy.Builder builder, Proxy target)