class EL_MODULE_EXECUTABLE
Client examples: CROSS_PLATFORM_CLUSTER ; FILE_AND_DIRECTORY_TEST_SET ; FILE_SIZE_SCANNER ; FTP_PROTOCOL_TEST_SET ; GENERAL_TEST_SET ; HASH_TABLE_TEST_SET ; OS_COMMAND_TEST_SET ; PYXIS_EIFFEL_CONFIG ; REFLECTION_TEST_SET ; REPOSITORY_PUBLISHER_TEST_SET ; REPOSITORY_SOURCE_LINK_EXPANDER_TEST_SET
Shared access to instance of class conforming to EL_EXECUTABLE_I
note
description: "Shared access to instance of class conforming to ${EL_EXECUTABLE_I}"
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: "2024-01-20 19:18:24 GMT (Saturday 20th January 2024)"
revision: "3"
deferred class
EL_MODULE_EXECUTABLE
inherit
EL_MODULE
feature {NONE} -- Constants
Executable: EL_EXECUTABLE_I
once
create {EL_EXECUTABLE_IMP} Result.make
end
end