37 using MapType = std::map<std::string, std::string, std::less<>>;
40 void addEntryFromBuffer(
const std::string& entryPath, Yuni::Clob& entryContent)
override;
41 void addEntryFromBuffer(
const std::filesystem::path& entryPath,
42 std::string& entryContent)
override;
43 void addEntryFromFile(
const std::filesystem::path& entryPath,
44 const std::filesystem::path& filePath)
override;
45 void flush()
override;
46 bool needsTheJobQueue()
const override;
47 void finalize(
bool verbose)
override;
48 const MapType& getMap()
const;