Package sonia.scm.store
Interface ExportableStore
@Beta
public interface ExportableStore
The
ExportableStore
is used to export the stored data inside the store.
This interface is not yet finalized and might change in the upcoming versions.
- Since:
- 2.13.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Exports the data of this store to the given exporter.Contains the information about this store.
-
Method Details
-
getMetaData
StoreEntryMetaData getMetaData()Contains the information about this store. -
export
Exports the data of this store to the given exporter.- Throws:
IOException
-