- Add
fileOverwritingStrategy
option of eitheroverwrite
(default) orskip
. This enables a basic way to deal with the case that the destination file already exists on disk. TheFetchPoolResult
class has a new correspondingpersistenceResult
property of eithersaved
,overwritten
, orskipped
.
- Initial version.