Uses of Class
hu.midori.kosmos.model.SvnRepository

Packages that use SvnRepository
hu.midori.kosmos.protocol   
hu.midori.kosmos.server.svn   
 

Uses of SvnRepository in hu.midori.kosmos.protocol
 

Methods in hu.midori.kosmos.protocol that return types with arguments of type SvnRepository
 java.util.List<SvnRepository> SvnService.getRepositories(java.lang.String url)
          Returns the repository on the given URL.
 

Uses of SvnRepository in hu.midori.kosmos.server.svn
 

Methods in hu.midori.kosmos.server.svn that return SvnRepository
protected  SvnRepository SvnServiceImpl.lookupLevel2Cache(java.lang.String url)
          Returns the repository from the "level 2 cache" if the latest revision didn't change.
 

Methods in hu.midori.kosmos.server.svn that return types with arguments of type SvnRepository
 java.util.List<SvnRepository> SvnServiceImpl.getRepositories(java.lang.String url)