gbif/dwca-io

Deprecate ArchiveFactory ?

Closed this issue · 1 comments

Discussion started on Issue #42.

As version 1.32, ArchiveFactory and DwcFiles both offer methods to create Archive objects which is confusing. ArchiveFactory is currently calling DwcFiles to build its objects but also performs additional validations (e.g. check that getLocationFile() != null) that current callers may rely on.

This was done, ArchiveFactory was removed in the big refactor.