Package sonia.scm.repository
Interface RepositoryDirectoryHandler
- All Superinterfaces:
AutoCloseable
,Closeable
,Handler<Repository>
,HandlerBase<Repository>
,Initable
,RepositoryHandler
- All Known Implementing Classes:
AbstractSimpleRepositoryHandler
- Since:
- 1.36
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDirectory
(String repositoryId) Get the current directory of the repository for the given id.Methods inherited from interface sonia.scm.Handler
isConfigured
Methods inherited from interface sonia.scm.HandlerBase
create, delete, modify
Methods inherited from interface sonia.scm.repository.RepositoryHandler
getImportHandler, getType, getVersionInformation
-
Field Details
-
REPOSITORIES_NATIVE_DIRECTORY
- See Also:
-
-
Method Details
-
getDirectory
Get the current directory of the repository for the given id.
-