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
isConfigured
Methods inherited from interface sonia.scm.HandlerBase
create, delete, modify
-
Method Details
-
getImportHandler
Deprecated.Returns theImportHandler
for the repository type of this handler.- Returns:
ImportHandler
for 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:Handler
Returns the type object of the handler.- Specified by:
getType
in interfaceHandler<Repository>
-