Package sonia.scm.store
Interface StoreEntryImporter
@Beta
public interface StoreEntryImporter
The
StoreEntryImporter is used to import a store entry from an InputStream.
This interface is not yet finalized and might change in the upcoming versions.
- Since:
- 2.13.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidimportEntry(String name, InputStream stream) Will be called for each entry of the store.
-
Method Details
-
importEntry
Will be called for each entry of the store.- Parameters:
name- The name of the store entry.stream- An input stream with the raw data of the store entry.
-