|
Class Summary |
| FwConstants |
|
| FwDebug |
|
| FwFileUtility |
I maintain a bunch of static methods that are sometimes
useful but that are difficult to organize somewhere else. |
| FwObjectFiler |
I can be used to store an object graph to a flat file
and read it back. |
| FwPrintStream |
I am the Fw version of PrintStream. |
| FwRegularExpression |
I am a simple wrapper for the regular expression
logic provided by OroInc. |
| FwScheduler |
This class manages a number of tasks. |
| FwShutDown |
|
| FwStringUtility |
I maintain a bunch of static methods that are sometimes
useful but that are difficult to organize somewhere else. |
| FwTask |
This class is a base class for all tasks that are going to be scheduled in
a FwScheduler instance or have to execute a cyclic algorithm with a specified
timeout between each iteration. |
| FwTimer |
A simple timer. |
| FwUtility |
I maintain a bunch of static methods that are sometimes
useful but that are difficult to organize somewhere else. |