Interface RepositoryFactory.Provider
-
- All Implemented Interfaces:
public interface RepositoryFactory.ProviderInterface to delegate creation of RepositoryFactory.
-
-
Method Summary
Modifier and Type Method Description abstract RepositoryFactorycreateRepositoryFactory(UserĀ user)Create a RepositoryFactory for the given User. -
-
Method Detail
-
createRepositoryFactory
abstract RepositoryFactory createRepositoryFactory(UserĀ user)
Create a RepositoryFactory for the given User.
-
-
-
-