X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=b45b92d7a34b26205ca86658d83b8d7e989cb8b1;hb=2082c4e93c58ae61eac0bdf7955e8996f6a19768;hp=ca5ad74d9f1d84d44356ef3b13b9f80ad2b61f9f;hpb=929ec66ff0f0f684d1f06bd2eac22323a10022b1;p=svjatoslav_commons.git diff --git a/doc/index.html b/doc/index.html index ca5ad74..b45b92d 100644 --- 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:
    +
    +
    +