Java Console Text Pipeline
Yevhenii Obiedkov
Java
8 Chapters
0 Studying now
Build a modular Java console application that reads a custom DSL from a pipeline.txt file and processes text from input.txt through a sequence of transformation steps, outputting the result to the console. The project is structured into multiple packages and demonstrates interface-driven design, parsing, and text processing.
Опис курсу
Build a modular Java console application that reads a custom DSL from a pipeline.txt file and processes text from input.txt through a sequence of transformation steps, outputting the result to the console. The project is structured into multiple packages and demonstrates interface-driven design, parsing, and text processing.
Technology
Java
Language
En
Rating
Chapters
8
Project Overview and Step Interface
Implementing Uppercase and Lowercase Steps
Filtering Lines with FilterStep
Replacing Text with ReplaceStep
Executing the Pipeline with Pipeline Class
Parsing the DSL with PipelineParser
Main Class: Reading Files and Running the Pipeline
Summary and Next Steps
0%
Project Overview and Step Interface
Implementing Uppercase and Lowercase Steps
Filtering Lines with FilterStep
Replacing Text with ReplaceStep
Executing the Pipeline with Pipeline Class
Parsing the DSL with PipelineParser
Main Class: Reading Files and Running the Pipeline
Summary and Next Steps