public class Snapshot extends Object implements Serializable
TranslationConfiguration.| Constructor and Description |
|---|
Snapshot() |
| Modifier and Type | Method and Description |
|---|---|
MessageFileContent |
getOrPutNewPropFileByFileName(String fileName)
Get
MessageFileContent by relative file name and path to the source/destination properties file. |
MessageFileContent |
getPropFileByFileName(String fileName) |
MessageFileContent |
getPropFileById(Integer id)
Get
MessageFileContent by id of the path. |
MessageFileContent |
putDataPropFileById(Integer fileNameId,
MessageFileContent messageFileContent) |
MessageFileContent |
putPropFile(String fileName,
MessageFileContent messageFileContent) |
public MessageFileContent putPropFile(String fileName, MessageFileContent messageFileContent)
public MessageFileContent putDataPropFileById(Integer fileNameId, MessageFileContent messageFileContent)
public MessageFileContent getOrPutNewPropFileByFileName(String fileName)
MessageFileContent by relative file name and path to the source/destination properties file.fileName - relative path to properties file.MessageFileContent for specified fileName or create, add and return new MessageFileContent object for fileName.public MessageFileContent getPropFileByFileName(String fileName)
public MessageFileContent getPropFileById(Integer id)
MessageFileContent by id of the path.id - unique id of the relative file name and path to source/destination properties file.MessageFileContent if existsCopyright © 2024 FG Forrest, a.s.. All rights reserved.