Commons.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
mNo edit summary
Line 23: Line 23:
* [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/package-summary.html de.unkrig.commons.util]: [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/TimeTable.html TimeTable] parses and implements a CRON-like specification string; various [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/filter/package-summary.html filters], [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/handler/package-summary.html handlers] and [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/formatter/package-summary.html formatters] for <tt>java.util.logging</tt> plus related ANT tasks; the [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/SimpleLogging.html SimpleLogging] facility for easy integration of <tt>java.util.logging</tt> within command line tools
* [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/package-summary.html de.unkrig.commons.util]: [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/TimeTable.html TimeTable] parses and implements a CRON-like specification string; various [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/filter/package-summary.html filters], [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/handler/package-summary.html handlers] and [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/formatter/package-summary.html formatters] for <tt>java.util.logging</tt> plus related ANT tasks; the [http://commons.unkrig.de/javadoc/de/unkrig/commons/util/logging/SimpleLogging.html SimpleLogging] facility for easy integration of <tt>java.util.logging</tt> within command line tools


Available resources are [https://svn.code.sf.net/p/loggifier/code/ source code], [http://commons.unkrig.de/download/ binaries] and [http://commons.unkrig.de/javadoc/ JAVADOC].
== Source Code ==
 
The source code is available through SVN:
 
    https://svn.code.sf.net/p/loggifier/code
 
== Download ==
 
Binaries are available here:
 
    http://commons.unkrig.de/download/
 
== API Documentation ==
 
JAVADOC is available online:
 
    http://commons.unkrig.de/javadoc/


== License ==
== License ==


COMMONS.UNKRIG.DE is published under the "[[New BSD License]]".
COMMONS.UNKRIG.DE is published under the "[[New BSD License]]".

Revision as of 11:24, 19 August 2013

de.unkrig.commons is a versatile Java™ library that implements many useful container and utility classes

Overview

de.unkrig.commons is structured in several packages who's names are aligned to the related packages in the JDK libraries:

  • de.unkrig.commons.io: Functionality around byte streams and readers/writers, e.g. for converting a byte stream into a hex dump, or formatting an XML document

Source Code

The source code is available through SVN:

   https://svn.code.sf.net/p/loggifier/code

Download

Binaries are available here:

   http://commons.unkrig.de/download/

API Documentation

JAVADOC is available online:

   http://commons.unkrig.de/javadoc/

License

COMMONS.UNKRIG.DE is published under the "New BSD License".