public interface TranslationSnapshotReadContract
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMessage(String msgKey,
String msgFile)
Check if translation snapshot contains message
msgKey for file msgFile. |
boolean |
hasSameMessage(@NotNull String msgKey,
@NotNull String msgFile,
@Nullable String currentMsg) |
boolean |
includesMsgFile(String msgFile)
Check if message file
msgFile is part of translation snapshot. |
Collection<String> |
listMsgFiles()
Lists all message files included in the translation snapshot
|
boolean includesMsgFile(String msgFile)
msgFile is part of translation snapshot.msgFile - message file path that is either included in the snapshot or it is notCollection<String> listMsgFiles()
boolean containsMessage(String msgKey, String msgFile)
msgKey for file msgFile.msgKey - key of message that might be contained in message file msgFilemsgFile - message file path that we assume is included in the snapshotCopyright © 2025 FG Forrest, a.s.. All rights reserved.