Personnal tool to read several text files and treat them line by line with a Function It uses guava library to define a Function.
You should inherit Transformer to modify the content of a line and Sender to treat the transformed line.
Personal tool to read files/directories line by line and treat them (treatment is to be implemented by using program)
Java