org.jboss.dna.connector.svn
Class RepositoryAccessData

java.lang.Object
  extended by org.jboss.dna.connector.svn.RepositoryAccessData

@ThreadSafe
public class RepositoryAccessData
extends Object


Constructor Summary
RepositoryAccessData(String repositoryRootUrl, String username, String password)
           
 
Method Summary
 String getPassword()
           
 String getRepositoryRootUrl()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryAccessData

public RepositoryAccessData(String repositoryRootUrl,
                            String username,
                            String password)
Parameters:
password -
username -
repositoryRootUrl -
Method Detail

getRepositoryRootUrl

public String getRepositoryRootUrl()
Returns:
the repositoryRootUrl

getUsername

public String getUsername()
Returns:
the username

getPassword

public String getPassword()
Returns:
the password


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.