public class Snapshot extends Object implements Serializable
TranslationConfiguration.| Modifier and Type | Field and Description |
|---|---|
static String |
LINUX_DELIMITER |
static String |
ORIGINAL_DELIMITER |
| 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. |
Collection<String> |
getPaths() |
MessageFileContent |
getPropFileByFileName(String fileName) |
MessageFileContent |
getPropFileById(Integer id)
Get
MessageFileContent by id of the path. |
Map<String,MessageFileContent> |
getProps() |
MessageFileContent |
putDataPropFileById(Integer fileNameId,
MessageFileContent messageFileContent) |
MessageFileContent |
putPropFile(String fileName,
MessageFileContent messageFileContent) |
void |
removePaths(Collection<String> msgFilePaths) |
public static final String LINUX_DELIMITER
public static final String ORIGINAL_DELIMITER
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 existspublic void removePaths(Collection<String> msgFilePaths)
public Collection<String> getPaths()
public Map<String,MessageFileContent> getProps()
Copyright © 2025 FG Forrest, a.s.. All rights reserved.