Interface RepositoryResolver
-
- All Superinterfaces:
RepositoryResolver
@Deprecated public interface RepositoryResolver extends RepositoryResolver
Deprecated.since 2.3 useRepositoryResolver
Gets local repositories using a simple identifier string.- Author:
- Dale Visser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Repository
getRepository(String memberID)
Deprecated.
-
-
-
Method Detail
-
getRepository
Repository getRepository(String memberID) throws RepositoryException, RepositoryConfigException
Deprecated.- Specified by:
getRepository
in interfaceRepositoryResolver
- Throws:
RepositoryException
RepositoryConfigException
-
-