Deprecate ArchiveFactory ?
Closed this issue · 1 comments
cgendreau commented
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.
MattBlissett commented
This was done, ArchiveFactory was removed in the big refactor.