class IMP_CLASS_LOCATION_NORMALIZER
Normalizes location of implementation classes (*_imp.e) in relation to respective interfaces (*_i.e) for all projects referenced in repository publishing configuration. See class CROSS_PLATFORM_CLUSTER for details.
note
description: "[
Normalizes location of implementation classes `(*_imp.e)' in relation to respective interfaces
`(*_i.e)' for all projects referenced in repository publishing configuration. See class
[$source CROSS_PLATFORM_CLUSTER] for details.
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2020-04-05 17:55:41 GMT (Sunday 5th April 2020)"
revision: "5"
class
IMP_CLASS_LOCATION_NORMALIZER
inherit
REPOSITORY_PUBLISHER
redefine
execute, ecf_list
end
create
make
feature -- Access
ecf_list: EIFFEL_CONFIGURATION_LIST [CROSS_PLATFORM_EIFFEL_CONFIGURATION_FILE]
feature -- Basic operations
execute
do
ecf_list.do_all (agent {CROSS_PLATFORM_EIFFEL_CONFIGURATION_FILE}.normalize_imp_classes)
end
end