Add command to retrieve the node’s config
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 14 Jul 2015 19:54:39 +0000 (21:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 14 Jul 2015 19:54:39 +0000 (21:54 +0200)
commitb94011134612003c596b9f8bf1b4a9d618c54d8d
tree5bedbc7bb42588c9f0dcb670e09a266a8895d6f7
parent464aa193ce7617477e2761c4065ca94aa5ea7d20
Add command to retrieve the node’s config
src/main/java/net/pterodactylus/fcp/quelaton/DefaultFcpClient.java
src/main/java/net/pterodactylus/fcp/quelaton/FcpClient.java
src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommandImpl.java [new file with mode: 0644]
src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java