X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=92e6001af610fd057eb2f347011a142873838a6c;hb=f3ca64a08930aa9a9372fe42df596b5e4643084e;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..92e6001 --- a/doc/index.html +++ b/doc/index.html @@ -3,29 +3,37 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + + + Svjatoslav Commons - Java library of commonly used functions - - - - - - - + -
+

Svjatoslav Commons - Java library of commonly used functions

-
+

Table of Contents

- -
- +
-
-

1 General

-
-

-Library contains: +

+

1.1. Source code

+
+ +
+
+
+ +
+

2. Library contents

+
    -
  • Wildcards matcher. (?, *) -
  • +
  • See JavaDoc.
  • -
  • Commandline arguments parser and validator. -
  • +
  • +Bit input and output streams. +

    +
    +eu.svjatoslav.commons.data.BitInputStream
    +eu.svjatoslav.commons.data.BitOutputStream
    +
  • -
  • File path parser. -
  • +
  • +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. (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 +
    • +Reusable graphical dialog to capture and show program exceptions and associated program call stack traceback. -

    • -
    -
  • +

    +
    +eu.svjatoslav.commons.gui.dialog.ExceptionDialog
    +
    +
-
  • Primitive URL parameters encoder / decoder. -
  • +
  • +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
    +
  • - -
    -

    2 Usage

    -
    +
    +

    3. Usage

    +

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

    @@ -216,13 +358,12 @@ Maven pom.xml file snippet:

    -
    <dependencies>
         ...
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>svjatoslavcommons</artifactId>
    -        <version>1.4</version>
    +        <version>1.7</version>
         </dependency>
         ...
     </dependencies>
    @@ -244,9 +385,8 @@ Maven pom.xml file snippet:
     

    Author: Svjatoslav Agejenko

    -

    Created: 2015-03-01 Sun 19:03

    -

    Emacs 24.4.1 (Org mode 8.2.10)

    -

    Validate

    +

    Created: 2022-06-26 Sun 02:43

    +

    Validate