Interface RepositoryHandler

All Superinterfaces:
AutoCloseable, Closeable, Handler<Repository>, HandlerBase<Repository>, Initable
All Known Subinterfaces:
RepositoryDirectoryHandler
All Known Implementing Classes:
AbstractRepositoryHandler, AbstractSimpleRepositoryHandler

@ExtensionPoint public interface RepositoryHandler extends Handler<Repository>
Handler class for a specific Repository type. These classes are singletons.