| 186 | } |
| 187 | |
| 188 | SFTPProcessorBase::CommonProperties::CommonProperties() |
| 189 | : port(0U) |
| 190 | , proxy_port(0U) { |
| 191 | } |
| 192 | |
| 193 | bool SFTPProcessorBase::parseCommonPropertiesOnTrigger(const std::shared_ptr<core::ProcessContext>& context, const std::shared_ptr<core::FlowFile>& flow_file, CommonProperties& common_properties) { |
| 194 | std::string value; |
nothing calls this directly
no outgoing calls
no test coverage detected