Interface RepositoryInterceptor
- All Superinterfaces:
 EventListener
Interceptor interface for Repository state changes.
- Author:
 - Herko ter Horst
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleangetConnection(Repository repo, RepositoryConnection conn) booleaninit(Repository repo) booleansetDataDir(Repository repo, File dataDir) booleanshutDown(Repository repo)  
- 
Method Details
- 
getConnection
 - 
init
 - 
setDataDir
 - 
shutDown
 
 -