Package sonia.scm.store
Interface StoreImporter
@Beta
public interface StoreImporter
The
StoreImporter
is used to create a StoreEntryImporterFactory
for a Repository
.
This interface is not yet finalized and might change in the upcoming versions.
- Since:
- 2.13.0
-
Method Summary
Modifier and TypeMethodDescriptiondoImport
(Repository repository) Returns aStoreEntryImporterFactory
for theRepository
-
Method Details
-
doImport
Returns aStoreEntryImporterFactory
for theRepository
- Parameters:
repository
-
-