org.griphyn.cPlanner.common |
|
Java Source File Name | Type | Comment |
DefaultStreamGobblerCallback.java | Class | The default callback for the stream gobbler, that logs all the messages to
a particular logging level. |
LogManager.java | Class | The logging class that to log messages at different levels.
Currently the following levels are supported.
Eventually, each of the level can have a different writer stream underneath.
The messages can be logged at various levels. |
PegasusProperties.java | Class | A Central Properties class that keeps track of all the properties used by
Pegasus. |
PegRandom.java | Class | A Helper class that returns the Random values
using java.util.Random class. |
StreamGobbler.java | Class | A Stream gobbler class to take care of reading from a stream and optionally
write out to another stream. |
StreamGobblerCallback.java | Interface | This interface defines the callback calls that are called from within the
StreamGobbler while working on a stream. |
TestTPT.java | Class | Client for testing the TPT class. |
TPT.java | Class | A common class, that builds up the third party state for the sites from
the properties file. |
UserOptions.java | Class | A Singleton wrapper around the
PlannerOptions class to get hold
of the options specified by the
user to run Pegasus. |
Utility.java | Class | A utility class that contains a few common utility/helper functions used in
Pegasus. |