Extract destinations logic into a new class

The config file is never loaded by ReplicationFileBasedConfig and thus
is empty in its constructor. config.load() is later called by
DestinationsCollection.validateConfig(), but that doesn't affect the
values stored in ReplicationFileBasedConfig.

It seems DestinationsCollection.validateConfig() shouldn't be reading
config values or calling load() directly, but I'll address that in a
follow-up change.

Change-Id: I3f53237a1f0ac03948b72ae388722aed65716b4b
1 file changed
tree: 31112f619e273cb4dd8018c78073cdcffca0cb19
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE