X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=doc%2Findex.org;h=13205f5ae8186a098f2d9553c3ad67416ad6c1bc;hp=2f3ef570aefe7dc2fc1448cf882427e4fed39cf8;hb=bb560c052bb8360514291312f47fd247990fe017;hpb=b8bd1e820265fc15c39c1ee8c06289ea8b8e2c1c diff --git a/doc/index.org b/doc/index.org index 2f3ef57..13205f5 100644 --- a/doc/index.org +++ b/doc/index.org @@ -24,36 +24,51 @@ #+HTML_HEAD: pre {background-color: #111; color: #ccc;} #+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 ...