public interface TranslationSnapshotWriteContract
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
getUnderlyingSnapshot()
Gives access to underlying
Snapshot, mainly for use in tests. |
Integer |
registerMsgFile(String msgFilePath)
Generated persistent id for [msgFilePath] and stores the path along the new id
|
void |
removeMsgFilePaths(Collection<String> msgFilePaths)
Removes message file paths from the translation snapshot.
|
Integer registerMsgFile(String msgFilePath)
msgFilePath - message file path that will be registered in the snapshotvoid removeMsgFilePaths(Collection<String> msgFilePaths)
msgFilePaths - message file paths to removeCopyright © 2025 FG Forrest, a.s.. All rights reserved.