Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Curso de Java Console Text Pipeline - Aprendizaje en Línea con Certificado
java

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.

Show more

Descripción del curso

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

some-alt