lib-re / dublin-core-text-parser

Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
MIT License
6 stars 0 forks source link

refactor export #30

Open atla5 opened 8 years ago

atla5 commented 8 years ago

Decouple the export functions within the item class and move into separate export objects extending a common interface. This should declutter an important class and make extending export functionality much easier and extendable.