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 SummaryNested classes/interfaces inherited from class org.apache.maven.settings.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.settings.TrackableBaseGLOBAL_LEVEL, USER_LEVELFields inherited from class org.apache.maven.settings.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleangetHost()intgetPort()inthashCode()booleanisActive()proxyToApiV3(List<Proxy> list) proxyToApiV4(List<Proxy> list) protected booleanvoidsetActive(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.IdentifiableBasegetId, identifiableBaseToApiV3, identifiableBaseToApiV4, setIdMethods inherited from class org.apache.maven.settings.TrackableBasegetSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4Methods inherited from class org.apache.maven.settings.BaseObjectupdate
- 
Constructor Details- 
Proxypublic Proxy()
- 
Proxy
- 
Proxy
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- IdentifiableBase
 
- 
getDelegate- Overrides:
- getDelegatein class- IdentifiableBase
 
- 
equals- Overrides:
- equalsin class- IdentifiableBase
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- IdentifiableBase
 
- 
isActivepublic boolean isActive()
- 
setActivepublic void setActive(boolean active) 
- 
getProtocol
- 
setProtocol
- 
getUsername
- 
setUsername
- 
getPassword
- 
setPassword
- 
getPortpublic int getPort()
- 
setPortpublic void setPort(int port) 
- 
getHost
- 
setHost
- 
getNonProxyHosts
- 
setNonProxyHosts
- 
replace- Overrides:
- replacein class- IdentifiableBase
 
- 
proxyToApiV4
- 
proxyToApiV3
 
-