Commons.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
Line 106: Line 106:


     https://svn.code.sf.net/p/loggifier/code/de.unkrig.commons/
     https://svn.code.sf.net/p/loggifier/code/de.unkrig.commons/
== Download ==
Binaries are available here
    http://commons.unkrig.de/download/
    http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22de-unkrig-commons%22
, and also through MAVEN:
    <!-- File "pom.xml" of your project. -->
    <project
        xmlns="http://maven.apache.org/POM/4.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
    >
        ...
        <dependencies>
            <dependency>
                <groupId>de.unkrig</groupId>
                <artifactId>de-unkrig-commons</artifactId>
                <version>1.1.2</version>
            </dependency>
            ...
        </dependencies>
    </project>
Changes are documented in the [http://commons.unkrig.de/CHANGELOG.txt change log].


== API Documentation ==
== API Documentation ==

Revision as of 21:45, 24 October 2016

<meta name="keywords" content="versatile, library, java, commons"></meta> <meta name="description" content="A versatile library that implements many useful container and utility classes"></meta> de.unkrig.commons is a versatile Java™ library that implements many useful container and utility classes

Overview

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

Module Details

commons-asm

Helper classes that are useful in the context of ASM.

Resources: JAVADOC, JAR file Download, Maven POM

commons-file

Functionality for processing or transforming trees of directories, files, compressed and archive files, and even nested compressed and archive files. Supports more than a dozen compression and archive formats.

Resources: JAVADOC, JAR file Download, Maven POM

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

Resources: JAVADOC, JAR file Download, Maven POM

commons-lang

Resources: JAVADOC, JAR file Download, Maven POM

commons-math

de.unkrig.commons.math: A linear congruential generator; a random sequence generator

Resources: JAVADOC, JAR file Download, Maven POM

commons-net

Resources: JAVADOC, JAR file Download, Maven POM

commons-reflect

Various utilities for Java's reflection API

Resources: JAVADOC, JAR file Download, Maven POM

commons-text

Resources: JAVADOC, JAR file Download, Maven POM

commons-util

  • CommandLineOptions makes parsing and documentation of command line options (e.g. for "public static void main(String[])") easy; see the tutorial.
  • TimeTable parses and implements a CRON-like specification string
  • Various filters, handlers and formatters for java.util.logging
  • The SimpleLogging facility for easy integration of java.util.logging within command line tools

Resources: JAVADOC, JAR file Download, Maven POM

Source Code

The source code is available through SVN:

   https://svn.code.sf.net/p/loggifier/code/de.unkrig.commons/

API Documentation

JAVADOC is available online:

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

License

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