hu.midori.kosmos.protocol
Interface SvnService

All Superinterfaces:
TimestampedService
All Known Implementing Classes:
SvnServiceImpl

public interface SvnService
extends TimestampedService

This service provides information about Subversion repositories.

Version:
$Id$
Author:
Aron Gombas

Method Summary
 java.util.List<SvnRepository> getRepositories(java.lang.String url)
          Returns the repository on the given URL.
 
Methods inherited from interface hu.midori.kosmos.protocol.TimestampedService
getTimestamp
 

Method Detail

getRepositories

java.util.List<SvnRepository> getRepositories(java.lang.String url)
Returns the repository on the given URL.

Parameters:
url - points to an SVN repository (eg. http://svn.apache.org/repos/asf/ant).
Returns:
a list with a single item.