Svjatoslav Commons - Java library of commonly used functions

Table of Contents


1 General

Library contains:

  • Wildcards matcher. (?, *)
  • Commandline arguments parser and validator.
  • File path parser.
  • Graphical error dialog.
    • Reusable graphical dialog to capture and show program exceptions and associated program call stack traceback.
  • Primitive URL parameters encoder / decoder.

2 Usage

Instructions to embed svjatoslav-commons in your project as a library:

Maven pom.xml file snippet:

<dependencies>
    ...
    <dependency>
        <groupId>eu.svjatoslav</groupId>
        <artifactId>svjatoslavcommons</artifactId>
        <version>1.4</version>
    </dependency>
    ...
</dependencies>


<repositories>
    ...
    <repository>
        <id>svjatoslav.eu</id>
        <name>Svjatoslav repository</name>
        <url>http://www2.svjatoslav.eu/maven/</url>
    </repository>
    ...
</repositories>

Author: Svjatoslav Agejenko

Created: 2015-03-01 Sun 19:03

Emacs 24.4.1 (Org mode 8.2.10)

Validate