org.isqlviewer.util |
Classes that provide repeatable functionality but do not require thier own package just yet.
|
Java Source File Name | Type | Comment |
Assertions.java | Class | General utilities class for common data validation patterns and assertions.
Some of these methods are variations on the themes in JUnit however the exceptions thrown herein are more appropriate
for runtime situations like
NullPointerException , and
IllegalArgumentException . |
AsynchronousBookmarkSaver.java | Class | Runnable code for saving bookmark information in a seperate thread.
Allows the saving of bookmarks to disk an asynchronous operation.
author: Mark A. |
BasicUtilities.java | Class | TODO Add BasicUtilities Overview JavaDoc.
author: Mark A. |
IsqlToolkit.java | Class | Toolkit for providing generally static information regarding the iSQL-Viewer application.
author: Mark A. |
LocalMessages.java | Class | Create localized formated/unformatted messages from ResourceBundles.
This class is mainly designed to take alot of the grunt work for making an application localized while still taking
advantage of the MessageFormat object as much as possible.
This object implements a caching mechanisim at a global level as well as local level so that effeciency is maximized
for resuing message formats whenever possible.
author: Markus A. |
Log4jOutputStream.java | Class | OutputStream wrapper for provider streams and writers for logging purposes.
author: Mark A. |
LoggableObject.java | Class | Utility base class for providing logging support as part of the class itself.
Point of this is simple; and that is to make logging information via log4j easier
author: Mark A. |
NullResultSetViewer.java | Class | |
QueryExecutor.java | Class | TODO Add QueryExecutor Overview JavaDoc.
TODO Finish this class.
author: Mark A. |
StringTokenizer.java | Class | This class is primarily a copy Of the java.util.StringTokenizer with some extentsions.
Things you can do in this version and not in default JDK version.
- This class also supports tokenizing with quotes.
- Get the index within the original text that the token was at.
author: Mark A. |
StringUtilities.java | Class | Generic String manipulation library for converting strings or working with text.
author: Mark A. |
UserProperties.java | Class | TODO Add UserProperties Overview JavaDoc.
author: Mark A. |
Version.java | Class | Version identifier for software bundles and packages.
This Version class supports four four components.
- Major version.
|