X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=fd1101aeb579752e85efb4e1bc17d0bd9fa00935;hb=cd703af6cd33a140e29678c818883cf239ed0232;hp=2e52a06992d9fdac5b60088136ac59d200b9d11f;hpb=f097ecc7b13c2ff6d51342168718348119d7dfdb;p=svjatoslav_commons.git diff --git a/doc/index.org b/doc/index.org index 2e52a06..fd1101a 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,7 +1,7 @@ #+TITLE: Svjatoslav Commons - Java library of commonly used functions ----- -- [[http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- [[https://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] - This program is free software; you can redistribute it and/or modify it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public @@ -9,14 +9,14 @@ - Program author: - Svjatoslav Agejenko - - Homepage: http://svjatoslav.eu + - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu - [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] * (document settings) :noexport: ** use dark style for TWBS-HTML exporter -#+HTML_HEAD: +#+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: " #+HTML_HEAD: -* General -Library contains: +* Library contents - 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 * Usage Instructions to embed svjatoslav-commons in your project as a library: @@ -66,7 +81,7 @@ Maven pom.xml file snippet: eu.svjatoslav svjatoslavcommons - 1.5 + 1.7 ...