Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.15.0
-
Fix Version/s: 0.15.0
-
Component/s: Data Module
-
Labels:None
Description
The Registration class that handles URI lookups and Datasets class currently implement almost identical methods because a Builder inside Regsitration is used instead of exposing the results of parsing URIs. This should be cleaned up so that Registration does lookup and returns DatasetRepository instances and any options that were parsed from a URI.