Package org.ibisph.util

Provides a mix of different helper static abstract library type calls.

See:
          Description

Class Summary
FileLib Abstract library class that provides miscellaneous file helper methods.
IOPath Abstract library which provides methods for building consistent file and/or URL paths, getting filenames from end of paths, getting file extensions, getting paths from a path and filename string, and for working with a path separator.
Logger Title: Description: Simple message/exception logger that sends output to STDOUT and/or a specified log file.
NetLib NetLib is an abstract library class with various utility methods used for odd ball HTML and URL related helper functions.
StreamLib StreamLib is an abstract library class with odd ball streams methods.
StrLib StrLib is an abstract class with various utility methods for String manipulation and other odd ball methods.
XMLLib XML helper methods to create and manipulate XML Documents and Elements.
 

Package org.ibisph.util Description

Provides a mix of different helper static abstract library type calls. Most of these calls are now available in the different Apache commons packages and other open source initiatives. These were home grown before these other packages were well known and are tailored to the needs of the IBIS-PH application. This is one of those tough calls as to when to cut over to the more robust, more standard, less to maintain packages vs. staying with what works and is already developed.