Package org.apache.maven.settings
Class Proxy
java.lang.Object
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Proxy
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, USER_LEVEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getHost()intgetPort()booleanisActive()proxyToApiV3(List<Proxy> list) proxyToApiV4(List<Proxy> list) voidsetActive(boolean active) voidvoidsetNonProxyHosts(String nonProxyHosts) voidsetPassword(String password) voidsetPort(int port) voidsetProtocol(String protocol) voidsetUsername(String username) Methods inherited from class org.apache.maven.settings.IdentifiableBase
getId, identifiableBaseToApiV3, identifiableBaseToApiV4, setIdMethods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4
-
Constructor Details
-
Proxy
public Proxy() -
Proxy
-
-
Method Details
-
clone
- Overrides:
clonein classIdentifiableBase
-
getDelegate
- Overrides:
getDelegatein classIdentifiableBase
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getProtocol
-
setProtocol
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getHost
-
setHost
-
getNonProxyHosts
-
setNonProxyHosts
-
proxyToApiV4
-
proxyToApiV3
-