Scenario
Using SPD data from multiple locations.
Sample
addressing = new AddressingBuilder()
.withConfiguration(new AddressingConfigurationBuilder()
.withData(new SpdDataSourceBuilder()
.withSpdPaths(Paths.get({spdDirectory1}), Paths.get(spdDirectory2))
.withExtractedPath(Paths.get("extractedspdDirectory"))
.build())
.withResources(Paths.get("{ggs.home directory}/ggs-dist-{version}/resources"))
.build())
.build();