org.opensolaris.opengrok.history
Class ExternalRepository

java.lang.Object
  extended by org.opensolaris.opengrok.history.ExternalRepository
Direct Known Subclasses:
BazaarRepository, MercurialRepository, SubversionRepository, TeamwareRepository

public abstract class ExternalRepository
extends java.lang.Object

An interface for an external repository.


Constructor Summary
ExternalRepository()
           
 
Method Summary
 java.lang.String getDirectoryName()
          Get the name of the root directory for this repository.
 void setDirectoryName(java.lang.String directoryName)
          Specify the name of the root directory for this repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalRepository

public ExternalRepository()
Method Detail

getDirectoryName

public java.lang.String getDirectoryName()
Get the name of the root directory for this repository.

Returns:
the name of the root directory

setDirectoryName

public void setDirectoryName(java.lang.String directoryName)
Specify the name of the root directory for this repository.

Parameters:
directoryName - the new name of the root directory