Skip to content

albertodepaola/FileConsumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileConsumer

Simple java app to watch a directory, process its contents and parses the configured files with LogParser.

Installation

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.

License

The content of this repository is licensed under a Creative Commons Attribution License

Releases

No releases published

Packages

No packages published

Languages