class EL_FILE_INPUT_OUTPUT_COMMAND_I
Client examples: FILE_INPUT_OUTPUT_OS_COMMAND
Abstraction for command that takes a file input and outputs a file when execute is called
note
description: "[
Abstraction for command that takes a file input and outputs a file when `execute' is called
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2022-12-05 9:16:26 GMT (Monday 5th December 2022)"
revision: "5"
deferred class
EL_FILE_INPUT_OUTPUT_COMMAND_I
inherit
EL_COMMAND
feature -- Element change
set_input_output_path (a_input_path, a_output_path: FILE_PATH)
deferred
end
end