Simple java app to watch a directory, process its contents and parses the configured files with LogParser.
To run the code java 8 is required. To build it, ant is used.
With Ant installed, clone the repository, and execute the ant build:
git clone https://github.com/albertodepaola/FileConsumer.git FileConsumer;
cd FileConsumer;
ant build-jar
The resulting jar file, located in dist/FileConsumer.jar, is ready for use with a simple command line utility or to be embedded in another java application.
The content of this repository is licensed under a Creative Commons Attribution License