org.apache.maven.archiva.configuration
Class 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

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
RemoteRepositoryConfiguration()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getPassword()
          Get The Password for this repository.
 java.lang.String getUrl()
          Get The URL for this repository.
 java.lang.String getUsername()
          Get The Username for this repository.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPassword(java.lang.String password)
          Set The Password for 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.


getUrl

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


getUsername

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


setPassword

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

Parameters:
password -

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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class AbstractRepositoryConfiguration

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class AbstractRepositoryConfiguration


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.