Class JsonFileAgentNetworkDao
- java.lang.Object
-
- com.chutneytesting.agent.infra.storage.JsonFileAgentNetworkDao
-
@Component @Primary public class JsonFileAgentNetworkDao extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonFileAgentNetworkDao(String storeFolderPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbackup(OutputStream outputStream)Optional<com.chutneytesting.agent.infra.storage.AgentNetworkForJsonFile>read()voidsave(com.chutneytesting.agent.infra.storage.AgentNetworkForJsonFile agentEndpointsConfiguration)
-
-
-
Constructor Detail
-
JsonFileAgentNetworkDao
public JsonFileAgentNetworkDao(@Value("${chutney.configuration-folder:~/.chutney/conf}") String storeFolderPath)
-
-
Method Detail
-
read
public Optional<com.chutneytesting.agent.infra.storage.AgentNetworkForJsonFile> read()
-
save
public void save(com.chutneytesting.agent.infra.storage.AgentNetworkForJsonFile agentEndpointsConfiguration)
-
backup
public void backup(OutputStream outputStream)
-
-