org.apache.maven.archiva.configuration
Class RemoteRepositoryConfiguration

Package class diagram package RemoteRepositoryConfiguration
java.lang.Object
  extended by org.apache.maven.archiva.configuration.AbstractRepositoryConfiguration
      extended by org.apache.maven.archiva.configuration.RemoteRepositoryConfiguration
All Implemented Interfaces:
java.io.Serializable

public class RemoteRepositoryConfiguration
extends AbstractRepositoryConfiguration
implements java.io.Serializable

Class RemoteRepositoryConfiguration.

See Also:
Serialized Form

Constructor Summary
RemoteRepositoryConfiguration()
           
 
Method Summary
 java.lang.String getPassword()
          Get The Password for this repository.
 int getTimeout()
          Get Timeout in seconds for connections to this repository .
 java.lang.String getUrl()
          Get The URL for this repository.
 java.lang.String getUsername()
          Get The Username for this repository.
 void setPassword(java.lang.String password)
          Set The Password for this repository.
 void setTimeout(int timeout)
          Set Timeout in seconds for connections to this repository .
 void setUrl(java.lang.String url)
          Set The URL for this repository.
 void setUsername(java.lang.String username)
          Set The Username for this repository.
 
Methods inherited from class org.apache.maven.archiva.configuration.AbstractRepositoryConfiguration
getId, getLayout, getName, setId, setLayout, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRepositoryConfiguration

public RemoteRepositoryConfiguration()
Method Detail

getPassword

public java.lang.String getPassword()
Get The Password for this repository.

Returns:
String

getTimeout

public int getTimeout()
Get Timeout in seconds for connections to this repository .

Returns:
int

getUrl

public java.lang.String getUrl()
Get The URL for this repository.

Returns:
String

getUsername

public java.lang.String getUsername()
Get The Username for this repository.

Returns:
String

setPassword

public void setPassword(java.lang.String password)
Set The Password for this repository.

Parameters:
password -

setTimeout

public void setTimeout(int timeout)
Set Timeout in seconds for connections to this repository .

Parameters:
timeout -

setUrl

public void setUrl(java.lang.String url)
Set The URL for this repository.

Parameters:
url -

setUsername

public void setUsername(java.lang.String username)
Set The Username for this repository.

Parameters:
username -