Package org.apache.maven.settings
Class Proxy
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Proxy
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.settings.BaseObject
BaseObject.ChildrenTracking
-
Field Summary
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, PROJECT_LEVEL, USER_LEVEL
Fields inherited from class org.apache.maven.settings.BaseObject
childrenTracking, delegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getHost()
int
getPort()
int
hashCode()
boolean
isActive()
proxyToApiV3
(List<Proxy> list) proxyToApiV4
(List<Proxy> list) protected boolean
void
setActive
(boolean active) void
setActiveString
(String activeString) void
void
setNonProxyHosts
(String nonProxyHosts) void
setPassword
(String password) void
setPort
(int port) void
setPortString
(String portString) 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
Methods inherited from class org.apache.maven.settings.BaseObject
update
-
Constructor Details
-
Proxy
public Proxy() -
Proxy
-
Proxy
-
-
Method Details
-
clone
- Overrides:
clone
in classIdentifiableBase
-
getDelegate
- Overrides:
getDelegate
in classIdentifiableBase
-
equals
- Overrides:
equals
in classIdentifiableBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classIdentifiableBase
-
getActiveString
-
setActiveString
-
getProtocol
-
setProtocol
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getPortString
-
setPortString
-
getHost
-
setHost
-
getNonProxyHosts
-
setNonProxyHosts
-
replace
- Overrides:
replace
in classIdentifiableBase
-
proxyToApiV4
-
proxyToApiV3
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getPort
public int getPort() -
setPort
public void setPort(int port)
-