com.aragost.javahg
Class BaseRepository

java.lang.Object
  extended by com.aragost.javahg.Repository
      extended by com.aragost.javahg.BaseRepository

public class BaseRepository
extends Repository

This is a standard Repository with no bundle overlaid


Method Summary
 BaseRepository getBaseRepository()
           
 RepositoryConfiguration getConfiguration()
           
 File getDirectory()
           
 ServerPool getServerPool()
           
 CharsetDecoder newDecoder()
           
 
Methods inherited from class com.aragost.javahg.Repository
addToCommandLine, basicChangeset, changeset, changeSet, clone, clone, close, create, create, file, getCacheStats, getChangesetCache, getChangesetIfInCache, getHgVersion, heads, lock, open, open, phases, readPhases, relativeFile, tip, toString, unlock, workingCopy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getServerPool

public ServerPool getServerPool()
Specified by:
getServerPool in class Repository
Returns:
the command server pool associated with this repository.

getDirectory

public File getDirectory()
Specified by:
getDirectory in class Repository
Returns:
the root directory of this repository.

getConfiguration

public RepositoryConfiguration getConfiguration()

getBaseRepository

public BaseRepository getBaseRepository()
Specified by:
getBaseRepository in class Repository

newDecoder

public CharsetDecoder newDecoder()
Specified by:
newDecoder in class Repository
Returns:
a new CharsetDecoder instance for this server.


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.