
hackystat-utilities
Provides a repository for generic utilities of potential use to multiple Hackystat services.
Use this project by downloading the Featured distribution, then set the environment variable HACKYSTAT_UTILITIES to point to this directory. You can then include these libraries in your Hackystat services.
Utilities currently include the following. Follow the links to see the JavaDocs.
| Name | Description | |:---------|:----------------| | HackystatLogger | Provides a way to create Logger instances with standardized Hackystat look and feel. | | StackTrace | Provides a way to obtain a String representation of a stack trace. | | Tstamp | Provides a way to manipulate Java and XML timestamps. | | TstampSet | Provides a way to generate unique timestamps. | | UriCache | A caching mechanism for Hackystat URI representations. | | HackystatUserHome | A utility for obtaining the Hackystat user "home" directory.|