This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).
Find a file
2018-11-03 20:38:06 +01:00
src Improved FileWatch class comment and merged in the interface. 2018-11-03 20:38:06 +01:00
test/zutil Improved FileWatch class comment and merged in the interface. 2018-11-03 20:38:06 +01:00
.classpath Updated Eclipse project and added a new qtype for MDNS 2017-01-23 17:17:07 +01:00
.gitignore Fixed many warnings 2018-05-27 01:23:21 +02:00
.project Added a Jee Ajax upload class 2010-08-18 17:35:25 +00:00
Jenkinsfile Added development build option to pom to skip signing 2018-08-08 11:31:40 +02:00
LICENSE.txt Added timeout to ant junit test 2016-07-12 17:22:04 +02:00
pom.xml Added development build option to pom to skip signing 2018-08-08 11:31:40 +02:00
README.md updated build file and changed title in readme 2016-09-29 15:18:00 +02:00
Zutil.iml Changed tas to spaces 2018-05-26 23:01:04 +02:00

Zutil

This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).

A word of warning: This project is mostly used as a sandbox to implement APIs and functions I think are interesting. So there are no guaranties that classes and methods will stay as they are, I'm often refactoring the code and moving things around.

Documentation

Unfortunately, there is no dedicated documentation available. The only documentation is the JavaDoc in the source code and see the JUnit test cases for usage examples.

Running the tests

Execute all JUnit test-cases by running:

ant test

Authors

  • Ziver Koc

License

This project is licensed under the MIT License - see the LICENSE.txt file for details