#+TITLE: Svjatoslav Commons - Java library of commonly used functions ----- - [[http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] - This program is free software; you can redistribute it and/or modify it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] or later as published by the Free Software Foundation. - Program author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] * General Library contains: - Commandline Interface helper - Commandline arguments parser and validator. - Bit input and output streams. - Slightly enhanced data input and output streams. - Byte array to HEX string converter. - Utility that tries to quess user desktop directory. - File path parser. - File IO helper. - Graphical error dialog. - Reusable graphical dialog to capture and show program exceptions and associated program call stack traceback. - Primitive and simple component to add navigation menus to the web sites. - String tokenizer. - Improved String, optimized for dealing with prefixes and suffixes. - Wildcards matcher. (?, *) * Usage Instructions to embed svjatoslav-commons in your project as a library: Maven pom.xml file snippet: #+BEGIN_SRC xml ... eu.svjatoslav svjatoslavcommons 1.4 ... ... svjatoslav.eu Svjatoslav repository http://www2.svjatoslav.eu/maven/ ... #+END_SRC