display only configured repositories

This commit is contained in:
Sebastian Sdorra
2011-02-15 19:19:25 +01:00
parent 92883e4f50
commit f9ae6d47cd
2 changed files with 37 additions and 1 deletions

View File

@@ -36,8 +36,13 @@ package sonia.scm.repository;
//~--- non-JDK imports --------------------------------------------------------
import sonia.scm.ListenerSupport;
import sonia.scm.Type;
import sonia.scm.TypeManager;
//~--- JDK imports ------------------------------------------------------------
import java.util.Collection;
/**
*
* @author Sebastian Sdorra
@@ -58,6 +63,14 @@ public interface RepositoryManager
*/
public Repository get(String type, String name);
/**
* Method description
*
*
* @return
*/
public Collection<Type> getConfiguredTypes();
/**
* Method description
*