Add command that modifies the config of the node
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 15 Jul 2015 05:14:12 +0000 (07:14 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 15 Jul 2015 05:15:08 +0000 (07:15 +0200)
commitf8f89b060a9d65fcfa430930fb22e7cff80c62b8
treef322682f673fab2389ba108339d3dff090ad2e7a
parente6459d9e0140ead00762e72b5d71b120f0f6f0fd
Add command that modifies the config of the node
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/ModifyConfigCommand.java [new file with mode: 0644]
src/main/java/net/pterodactylus/fcp/quelaton/ModifyConfigCommandImpl.java [new file with mode: 0644]
src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java