Interface GlobalvarRepository
-
- All Superinterfaces:
Backupable
public interface GlobalvarRepository extends Backupable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteFile(String fileName)StringgetFileContent(String fileName)Map<String,String>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"Set<String>list()voidsaveFile(String fileName, String content)-
Methods inherited from interface com.chutneytesting.server.core.domain.admin.Backupable
backup
-
-
-
-
Method Detail
-
deleteFile
void deleteFile(String fileName)
-
-