Package sonia.scm.repository
Interface RepositoryHandler
- All Superinterfaces:
AutoCloseable,Closeable,Handler<Repository>,HandlerBase<Repository>,Initable
- All Known Subinterfaces:
RepositoryDirectoryHandler
- All Known Implementing Classes:
AbstractRepositoryHandler,AbstractSimpleRepositoryHandler
Handler class for a specific
Repository type.
These classes are singletons.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getType()Returns the type object of the handler.Returns information about the version of the RepositoryHandler.Methods inherited from interface sonia.scm.Handler
isConfiguredMethods inherited from interface sonia.scm.HandlerBase
create, delete, modify
-
Method Details
-
getImportHandler
Deprecated.Returns theImportHandlerfor the repository type of this handler.- Returns:
ImportHandlerfor the repository type of this handler- Throws:
FeatureNotSupportedException- Since:
- 1.12
-
getVersionInformation
String getVersionInformation()Returns information about the version of the RepositoryHandler.- Since:
- 1.15
-
getType
RepositoryType getType()Description copied from interface:HandlerReturns the type object of the handler.- Specified by:
getTypein interfaceHandler<Repository>
-