Package org.eolang.jeo
Class Summary
java.lang.Object
org.eolang.jeo.Summary
- All Implemented Interfaces:
Translator
Translation summary log.
This class wraps a translator and provides summary logging functionality. It logs the start and end of the translation process, including the number of files processed and the total time taken.
- Since:
- 0.2.0
-
Method Summary
-
Method Details
-
apply
Description copied from interface:Translator
Apply the translation for all representations.- Specified by:
apply
in interfaceTranslator
- Parameters:
representations
- Stream of intermediate representations to translate- Returns:
- Stream of translated intermediate representations
-