Package org.apache.maven.settings
Class Server
java.lang.Object
org.apache.maven.settings.BaseObject
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Server
- 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, PROJECT_LEVEL, USER_LEVELFields inherited from class org.apache.maven.settings.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleaninthashCode()protected booleanserverToApiV3(List<Server> list) serverToApiV4(List<Server> list) voidsetConfiguration(Object configuration) voidsetDirectoryPermissions(String directoryPermissions) voidsetFilePermissions(String filePermissions) voidsetPassphrase(String passphrase) voidsetPassword(String password) voidsetPrivateKey(String privateKey) 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- 
Serverpublic Server()
- 
Server
- 
Server
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- IdentifiableBase
 
- 
getDelegate- Overrides:
- getDelegatein class- IdentifiableBase
 
- 
equals- Overrides:
- equalsin class- IdentifiableBase
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- IdentifiableBase
 
- 
getUsername
- 
setUsername
- 
getPassword
- 
setPassword
- 
getPrivateKey
- 
setPrivateKey
- 
getPassphrase
- 
setPassphrase
- 
getFilePermissions
- 
setFilePermissions
- 
getDirectoryPermissions
- 
setDirectoryPermissions
- 
getConfiguration
- 
setConfiguration
- 
replace- Overrides:
- replacein class- IdentifiableBase
 
- 
serverToApiV4
- 
serverToApiV3
 
-