datacraft-dsc / starfish-java

Developer Toolkit for the Data Ecosystem
3 stars 2 forks source link

Resolver entry point #168

Closed mikera closed 4 years ago

mikera commented 4 years ago

Currently the way to get the default resolver is: sg.dex.starfish.squid.impl.DexResolver.create()

This needs a to be public API, not accessed via an internal implementation package, and should definitely not be inside the squid hierarchy (which is for OP specific implementation)

ilyabukalov commented 4 years ago

Done