X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=f3738e8d36caac2f5a1324571965fc48af1b582f;hb=965adace2b47642e2ca84f499cc32683c12059c6;hp=61599bfc05e95e67827ef755e043f68cb28ae9a9;hpb=a8164358cbf6ceedabae88880078307b604db829;p=svjatoslav_commons.git diff --git a/doc/index.html b/doc/index.html index 61599bf..f3738e8 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
  • -

    1 General

    +

    1 Library contents

    -

    -Library contains: -

    • Commandline Interface helper +
      +eu.svjatoslav.commons.commandline.CLIHelper
      +
    • Commandline arguments parser and validator. +
      +eu.svjatoslav.commons.commandline.parameterparser
      +
    • Bit input and output streams. +
      +eu.svjatoslav.commons.data.BitInputStream
      +eu.svjatoslav.commons.data.BitOutputStream
      +
    • Slightly enhanced data input and output streams. +
      +eu.svjatoslav.commons.data.EnhancedDataInputStream
      +eu.svjatoslav.commons.data.EnhancedDataOutputStream
      +
    • Byte array to HEX string converter. +
      +eu.svjatoslav.commons.data.HexConverter
      +
    • -
    • Utility that tries to quess user desktop directory. +
    • Utility that tries to quess user desktop directory. (Quite ugly and +unreliable. Better solution is needed.) +
      +eu.svjatoslav.commons.file.CommonPathResolver
      +
    • File path parser. +
      +eu.svjatoslav.commons.file.FilePathParser
      +
    • File IO helper. +
      +eu.svjatoslav.commons.file.IOHelper
      +
    • Graphical error dialog.
      • Reusable graphical dialog to capture and show program exceptions and associated program call stack traceback. +
        +eu.svjatoslav.commons.gui.dialog.ExceptionDialog
        +
    • Primitive and simple component to add navigation menus to the web sites. +
      +eu.svjatoslav.commons.network.navigation
      +
    • String tokenizer. +
      +eu.svjatoslav.commons.string.tokenizer
      +
    • Improved String, optimized for dealing with prefixes and suffixes. +
      +eu.svjatoslav.commons.string.String2
      +
    • Wildcards matcher. (?, *) +
      +eu.svjatoslav.commons.string.WildCardMatcher#match
      +
    @@ -246,7 +333,7 @@ Maven pom.xml file snippet: <dependency> <groupId>eu.svjatoslav</groupId> <artifactId>svjatoslavcommons</artifactId> - <version>1.4</version> + <version>1.7</version> </dependency> ... </dependencies> @@ -265,12 +352,20 @@ Maven pom.xml file snippet:
    +
    +
    +