-
Method Summary
void
For example:
{
"key1": "value1",
"key2": {
"subKey1": "subValue1",
"subKey2": "subValue2"
}
}
will return a map of 3 object :
- "key1" : "value1"
- "key2.subKey1" : "subValue1"
- "key2.subKey2" : "subValue2"
void
Methods inherited from interface com.chutneytesting.server.core.domain.admin.Backupable
backup, name
-
Method Details
-
-
getFileContent
- Returns:
- Retrieve raw json
-
saveFile
- Parameters:
content - to persist
-
deleteFile
void deleteFile(String fileName)
-
getFlatMap
For example:
{
"key1": "value1",
"key2": {
"subKey1": "subValue1",
"subKey2": "subValue2"
}
}
will return a map of 3 object :
- "key1" : "value1"
- "key2.subKey1" : "subValue1"
- "key2.subKey2" : "subValue2"
- Returns:
- map with flatten key