org.gjt.osk.util
Downloads Source Javadoc
Author: Oskar Liljeblad osk@gjt.org
Home Page:
Version: 0.1

Release Tag: $
Release Date: 1999/09/15 19:24:34
JVM Required: 1.2
License: GNU Library General Public License
Categories: Utilities, Options, Wildcard, ADT
Requirements:
Dependencies: No dependencies
Externals: None

Contains the Matcher framework, the OptionParser, the CollectionMap datatype, the SequentialMap map-implementation, and the generic string processing class Strings.

The Matcher classes are serve as a way to compare strings in different ways. The WildcardExpression class is used also part of these classes. The RegexMatch uses the GNU classes ({@linkgnu.regexp gnu.regexp} and {@linkgnu.rex gnu.rex} for regular expressions. Classes also exist for comparing complete objects and substrings, case sensitive or insensitive.

Most of these classes are unimplemented at the moment. They are mainly used by the {@linkorg.gjt.osk.lifeform Lifeform} bot.

The OptionParser class is used to parse command line options. The class does the same as {@linkgnu.getopt gnu.getopt} (plus a little more), but with a different - more object-oriented - approach.

FIXME: fill in more
FIXME: fix @linkerrors... (1.2 error?)
FIXME: make more packages; util => adt, options, matcher (?)


Downloads

The following page lists the available downloads for the release of package 'org.gjt.osk.util' tagged ' $'. If you need to work with releases other than ' $', you will need to use the anonymous CVS server to access them.