| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Server
public class Server
The <server> element contains
 informations required to a server settings.
| Field Summary | 
|---|
| Fields inherited from class org.apache.maven.settings.TrackableBase | 
|---|
GLOBAL_LEVEL, USER_LEVEL | 
| Constructor Summary | |
|---|---|
Server()
 | 
|
| Method Summary | |
|---|---|
 Object | 
getConfiguration()
Get Extra configuration for the transport layer.  | 
 String | 
getDirectoryPermissions()
Get The permissions for directories when they are created.  | 
 String | 
getFilePermissions()
Get The permissions for files when they are created.  | 
 String | 
getModelEncoding()
 | 
 String | 
getPassphrase()
Get The passphrase used in conjunction with the privateKey to authenticate.  | 
 String | 
getPassword()
Get The password used in conjunction with the username to authenticate.  | 
 String | 
getPrivateKey()
Get The private key location used to authenticate.  | 
 String | 
getUsername()
Get The username used to authenticate.  | 
 void | 
setConfiguration(Object configuration)
Set Extra configuration for the transport layer.  | 
 void | 
setDirectoryPermissions(String directoryPermissions)
Set The permissions for directories when they are created.  | 
 void | 
setFilePermissions(String filePermissions)
Set The permissions for files when they are created.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setPassphrase(String passphrase)
Set The passphrase used in conjunction with the privateKey to authenticate.  | 
 void | 
setPassword(String password)
Set The password used in conjunction with the username to authenticate.  | 
 void | 
setPrivateKey(String privateKey)
Set The private key location used to authenticate.  | 
 void | 
setUsername(String username)
Set The username used to authenticate.  | 
| Methods inherited from class org.apache.maven.settings.IdentifiableBase | 
|---|
getId, setId | 
| Methods inherited from class org.apache.maven.settings.TrackableBase | 
|---|
getSourceLevel, setSourceLevel | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Server()
| Method Detail | 
|---|
public Object getConfiguration()
public String getDirectoryPermissions()
public String getFilePermissions()
public String getPassphrase()
public String getPassword()
public String getPrivateKey()
public String getUsername()
public void setConfiguration(Object configuration)
configuration - public void setDirectoryPermissions(String directoryPermissions)
directoryPermissions - public void setFilePermissions(String filePermissions)
filePermissions - public void setPassphrase(String passphrase)
passphrase - public void setPassword(String password)
password - public void setPrivateKey(String privateKey)
privateKey - public void setUsername(String username)
username - public void setModelEncoding(String modelEncoding)
setModelEncoding in class IdentifiableBasemodelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
getModelEncoding in class IdentifiableBase
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||