X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=c850b47c48dccc5b2d7742097516b61f5b209820;hb=7139ae895dd50d9dd1cbd2b3110c93f546cef798;hp=ca5ad74d9f1d84d44356ef3b13b9f80ad2b61f9f;hpb=52baa8a3ff6c681d771b6ed4037c354eb8a69e6b;p=svjatoslav_commons.git diff --git a/doc/index.html b/doc/index.html old mode 100755 new mode 100644 index ca5ad74..c850b47 --- a/doc/index.html +++ b/doc/index.html @@ -1,154 +1,202 @@ - - - + + Svjatoslav Commons - Java library of commonly used functions - - - - + + + + + + + +" + - -
-

Svjatoslav Commons - Java library of commonly used functions

-
-

Table of Contents

- -
-
+
+

Svjatoslav Commons - Java library of commonly used functions

+
-
  • other applications hosted at svjatoslav.eu +
  • other applications hosted at svjatoslav.eu
  • @@ -180,15 +228,30 @@ License or later as published by the Free Software Foundation. Library contains:

      -
    • Wildcards matcher. (?, *) +
    • 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 @@ -197,13 +260,22 @@ and associated program call stack traceback.
    • -
    • Primitive URL parameters encoder / decoder. +
    • 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. (?, *)
    -

    2 Usage

    @@ -222,7 +294,7 @@ Maven pom.xml file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>svjatoslavcommons</artifactId> - <version>1.4</version> + <version>1.5</version> </dependency> ... </dependencies> @@ -241,12 +313,20 @@ Maven pom.xml file snippet:
    +
    +
    +