Interface RepositoryResolver
-
- All Superinterfaces:
RepositoryResolver
@Deprecated(since="2.3") public interface RepositoryResolver extends RepositoryResolver
Deprecated.Gets local repositories using a simple identifier string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RepositorygetRepository(java.lang.String memberID)Deprecated.
-
-
-
Method Detail
-
getRepository
Repository getRepository(java.lang.String memberID) throws RepositoryException, RepositoryConfigException
Deprecated.- Specified by:
getRepositoryin interfaceRepositoryResolver- Throws:
RepositoryExceptionRepositoryConfigException
-
-