X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=doc%2Findex.html;h=ca5ad74d9f1d84d44356ef3b13b9f80ad2b61f9f;hp=84a17aaa9a1396480bc90c5a8524aa9ae10c6f79;hb=52baa8a3ff6c681d771b6ed4037c354eb8a69e6b;hpb=f2bc2ad60540342a665981fffd8c140415d33e1b diff --git a/doc/index.html b/doc/index.html index 84a17aa..ca5ad74 100755 --- a/doc/index.html +++ b/doc/index.html @@ -1,44 +1,252 @@ - - + + + - -Svjatoslav Commons +Svjatoslav Commons - Java library of commonly used functions + + + + + + + -

Svjatoslav Commons - Java library of commonly used functions

- Download -    - Online homepage -    - Other applications hosted on svjatoslav.eu -
-Library author:
-    Svjatoslav Agejenko
-    Homepage: http://svjatoslav.eu
-    Email: svjatoslav@svjatoslav.eu
+
+

Svjatoslav Commons - Java library of commonly used functions

+
+

Table of Contents

+ +
+
+ +
+

1 General

+
+

Library contains: - * Wildcards matcher. - (?, *) - - * Commandline arguments parsing, validating, help generating library. - - * File path parser. - - * Graphical error dialog. - - Reusable graphical dialog to capture and show program exceptions - and associated program call stack traceback. - - * Primitive URL parameters encoder / decoder. - -Instructions to embed svjatoslav-commons in your project as a library. +

+
    +
  • Wildcards matcher. (?, *) +
  • + +
  • Commandline arguments parser and validator. +
  • + +
  • File path parser. +
  • + +
  • Graphical error dialog. +
      +
    • Reusable graphical dialog to capture and show program exceptions +and associated program call stack traceback. +
    • +
    +
  • + +
  • Primitive URL parameters encoder / decoder. +
  • +
+
+
+ + +
+

2 Usage

+
+

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

+ +

+Maven pom.xml file snippet: +

+ +
+ +
<dependencies>
+    ...
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>svjatoslavcommons</artifactId>
+        <version>1.4</version>
+    </dependency>
+    ...
+</dependencies>
+
 
+<repositories>
+    ...
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>http://www2.svjatoslav.eu/maven/</url>
+    </repository>
+    ...
+</repositories>
 
+
+
+
+
+
+

Author: Svjatoslav Agejenko

+

Created: 2015-03-01 Sun 19:03

+

Emacs 24.4.1 (Org mode 8.2.10)

+

Validate

+
- \ No newline at end of file +