Add configuration loader to interface with the configuration.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Nov 2014 18:22:00 +0000 (19:22 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Nov 2014 18:22:00 +0000 (19:22 +0100)
commitf1430dd9fb3ff91b2dc93956e79ca2f2ad6cb1fb
tree658fd927d6ddea5be3e27e8c1118101a186968d9
parent57bcf86329bee09c54f643731c0d95fbaac0cfd1
Add configuration loader to interface with the configuration.
src/main/java/net/pterodactylus/sone/database/memory/ConfigurationLoader.java [new file with mode: 0644]
src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.java
src/test/java/net/pterodactylus/sone/database/memory/ConfigurationLoaderTest.java [new file with mode: 0644]