Uses of Class
org.apache.maven.api.settings.Proxy
Packages that use Proxy
Package
Description
-
Uses of Proxy in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ProxyModifier 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.Methods in org.apache.maven.api.settings that return types with arguments of type ProxyModifier and TypeMethodDescriptionSettings.getProxies()
Configuration for different proxy profiles.Methods in org.apache.maven.api.settings with parameters of type ProxyModifier 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.Method parameters in org.apache.maven.api.settings with type arguments of type ProxyModifier 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
Methods in org.apache.maven.settings that return ProxyMethods in org.apache.maven.settings that return types with arguments of type ProxyMethod parameters in org.apache.maven.settings with type arguments of type ProxyConstructors in org.apache.maven.settings with parameters of type Proxy -
Uses of Proxy in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ProxyModifier and TypeMethodDescriptionprotected Proxy
SettingsMerger.mergeProxy
(Proxy target, Proxy source, boolean sourceDominant, Map<Object, Object> context) protected Proxy
SettingsTransformer.transformProxy
(Proxy target) Methods in org.apache.maven.settings.v4 that return types with arguments of type ProxyModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<Proxy> SettingsMerger.getProxyKey()
Methods in org.apache.maven.settings.v4 with parameters of type ProxyModifier 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)