Part of lp.translations.utilities.translation_export View In Hierarchy
Provides a way to store a single PO or POT file, but through the same API
that TarballFileStorageStrategy
offers to store any number of files into
a single tarball. Both classes have an addFile
operation, though a
SingleFileStorageStrategy
instance will only let you add a single file.
(The type of the stored file matters in this strategy because the storage strategy declares the MIME type of the file it produces).
Method | addFile | See StorageStrategy . |
Method | isEmpty | See StorageStrategy . |
Method | isFull | See StorageStrategy . |
Method | export | See StorageStrategy . |