| 47 | } |
| 48 | |
| 49 | void OutputFormat::initOutputFormat(const core::ProcessContext& context) { |
| 50 | context.getProperty(outputFormat().getName(), outputFormat_); |
| 51 | } |
| 52 | |
| 53 | } /* namespace processors */ |
| 54 | } /* namespace minifi */ |
nothing calls this directly
no test coverage detected