Package fmpp.util

Collection of more-less FMPP independent utility classes.

See:
          Description

Class Summary
ArgsParser Simple command-line argument parser that mimics the logic of UN*X tools as ls.
BorderedReader Reader that can insert a string before and after an encapsulated character stream.
DataLoaderUtil Utility methods for writing data loaders.
FileUtil Collection of file and path related functions.
FreemarkerUtil FreeMarker related utilities.
MiscUtil Miscellaneous utility methods.
MultiListIterator Iterates over multiple List-s.
NullOutputStream OutputStream that simply drops what it gets.
NullWriter Writer that simply drops what it gets.
StringUtil Collection of string manipulation functions.
 

Exception Summary
ArgsParser.BadArgsException The user has entered invalid options in the command-line.
BugException A bug has been detected.
ExceptionCC Exception that emulates J2SE 1.4+ cause-chains if it runs on earlier versions.
InstallationException There is a problem with the software environment.
RuntimeExceptionCC RuntimeException that emulates J2SE 1.4+ cause-chains if it runs on earlier versions.
StringUtil.ParseException Formal (syntactical) problem with the text.
 

Package fmpp.util Description

Collection of more-less FMPP independent utility classes.