1#ifndef CAPYDI_TARGET_AGGREGATOR_HPP_
2#define CAPYDI_TARGET_AGGREGATOR_HPP_
17 this->aggregee_.include(file_path);
22 return this->aggregee_.to_file_content();
Definition CapydiTargetAggregator.hpp:9
std::string get_aggregated_data() const noexcept override
Definition CapydiTargetAggregator.hpp:20
~CapydiTargetAggregator() override=default
void process_single_unit(const ProcessedUnitType &file_path) override
Definition CapydiTargetAggregator.hpp:15
Definition CapydiTarget.hpp:13
Definition IDataAggregator.hpp:7
FileSystem::PathType ProcessedUnitType
Definition IDataAggregator.hpp:9