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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getHost()
int
getPort()
boolean
isActive()
proxyToApiV3
(List<Proxy> list) proxyToApiV4
(List<Proxy> list) void
setActive
(boolean active) void
void
setNonProxyHosts
(String nonProxyHosts) void
setPassword
(String password) void
setPort
(int port) void
setProtocol
(String protocol) void
setUsername
(String username) Methods inherited from class org.apache.maven.settings.IdentifiableBase
getId, identifiableBaseToApiV3, identifiableBaseToApiV4, setId
Methods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4
-
Constructor Details
-
Proxy
public Proxy() -
Proxy
-
-
Method Details
-
clone
- Overrides:
clone
in classIdentifiableBase
-
getDelegate
- Overrides:
getDelegate
in 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
-