1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/unleash-client-java/src/main/no/finn/unleash/repository
Ivar Conradi Østhus fefa158e6f Extended java-client to support the following:
* Unleash - the actual unleash client exposed to the clients.
* Toggle - represents a concrete feature toggle.
* ToggleRepository - the logic to communicate with the unleash-server.
* Strategy - implements the logic associated with strategies. I have also included to common strategies: "Default" and "Unknown".

related to issue #17.
2014-10-21 15:51:23 +02:00
..
HTTPToggleRepository.java Extended java-client to support the following: 2014-10-21 15:51:23 +02:00
JsonParser.java Extended java-client to support the following: 2014-10-21 15:51:23 +02:00
PollingToggleRepository.java Extended java-client to support the following: 2014-10-21 15:51:23 +02:00
ToggleException.java Extended java-client to support the following: 2014-10-21 15:51:23 +02:00
ToggleRepository.java Extended java-client to support the following: 2014-10-21 15:51:23 +02:00