Release Planner v1.0

Package rp.util

Miscellaneous utility classes for ReleasePlanner.

See:
          Description

Interface Summary
TwoList.Iterator Used for iterating over TwoList lists (A or B).
 

Class Summary
Debug The Debug class is the API used for programatic insertion of debugging statements and assertions in code.
Res Handles resources for the application
TwoList A utility baseclass providing storage and associated functions operating on two doubly-linked circular lists, A and B.
TwoList.IteratorA An implementation of the Iterator interface for A-lists.
TwoList.IteratorB An implementation of the Iterator interface for B-lists.
 

Exception Summary
UndefinedException Indicates an attmept to invoke an undefined computation.
 

Error Summary
CommandLineOptionError Indicates a bad command line option.
NotImplementedError Indicates an attempt to use an un-implemented method.
ParameterError Indicates a bad parameter.
 

Package rp.util Description

Miscellaneous utility classes for ReleasePlanner.


Release Planner v1.0