X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=doc%2Findex.html;fp=doc%2Findex.html;h=92e6001af610fd057eb2f347011a142873838a6c;hp=9ec10089efd077948a41fef65adc100ccb619b43;hb=f3ca64a08930aa9a9372fe42df596b5e4643084e;hpb=0bdce2e2b2c16cc9576e8d96c67ce2830c8b0afc diff --git a/doc/index.html b/doc/index.html index 9ec1008..92e6001 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,362 +1,353 @@ - - + + + + + + Svjatoslav Commons - Java library of commonly used functions - - - - - - - - - - - + -
-

Svjatoslav Commons - Java library of commonly used functions

+
+

Svjatoslav Commons - Java library of commonly used functions

+
+

Table of Contents

+ +
-
-

1 General

+
+

1. General

-
  • Other software projects hosted at svjatoslav.eu -
  • +
  • Other software projects hosted at svjatoslav.eu
  • -
    -

    1.1 Source code

    +
    +

    1.1. Source code

    -
    -

    2 Library contents

    +
    +

    2. Library contents

      -
    • See JavaDoc. -
    • - -
    • Commandline Interface helper -
      -eu.svjatoslav.commons.commandline.CLIHelper
      -
      -
      -
    • - -
    • Commandline arguments parser and validator. -
      -eu.svjatoslav.commons.commandline.parameterparser
      -
      -
      -
    • +
    • See JavaDoc.
    • -
    • Bit input and output streams. +
    • +Bit input and output streams. +

       eu.svjatoslav.commons.data.BitInputStream
       eu.svjatoslav.commons.data.BitOutputStream
      +
    • - - - -
    • Slightly enhanced data input and output streams. +
    • +Slightly enhanced data input and output streams. +

       eu.svjatoslav.commons.data.EnhancedDataInputStream
       eu.svjatoslav.commons.data.EnhancedDataOutputStream
      +
    • - - - -
    • Byte array to HEX string converter. +
    • +Byte array to HEX string converter. +

       eu.svjatoslav.commons.data.HexConverter
      +
    • - - - -
    • Utility that tries to quess user desktop directory. (Quite ugly and +
    • +Utility that tries to quess user desktop directory. (Quite ugly and unreliable. Better solution is needed.) +

       eu.svjatoslav.commons.file.CommonPathResolver
      +
    • - - - -
    • File path parser. +
    • +File path parser. +

       eu.svjatoslav.commons.file.FilePathParser
      +
    • - - - -
    • File IO helper. +
    • +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 and simple component to add navigation menus to the web +
  • +Primitive and simple component to add navigation menus to the web sites. +

     eu.svjatoslav.commons.network.navigation
    +
  • - - - -
  • String tokenizer. +
  • +String tokenizer. +

     eu.svjatoslav.commons.string.tokenizer
    +
  • - - - -
  • Improved String, optimized for dealing with prefixes and suffixes. +
  • +Improved String, optimized for dealing with prefixes and suffixes. +

     eu.svjatoslav.commons.string.String2
    +
  • - - - -
  • Wildcards matcher. (?, *) +
  • +Wildcards matcher. (?, *) +

     eu.svjatoslav.commons.string.WildCardMatcher#match
    -
    -
    -
  • +
    -
    -

    3 Usage

    +
    +

    3. Usage

    Instructions to embed svjatoslav-commons in your project as a library: @@ -367,7 +358,6 @@ Maven pom.xml file snippet:

    -
    <dependencies>
         ...
         <dependency>
    @@ -392,25 +382,11 @@ Maven pom.xml file snippet:
     
    -
    -