Package satin.common

Common utility classes.

See:
          Description

Sub-Packages
satin.common.assertion Assertions are a means of checking program correctness.
 

Class Summary
BooleanHolder Holds a boolean so it can be returned as an output parameter of a method.
CmdLineParser Parses command lines that are passed to a Java main method.
CommandLine A simple command line parser for use with the string array passed to main methods.
Enum An abstract base class for "enum" classes.
IntHolder Holds an int so it can be returned as an output parameter of a method.
MicrosoftError Converts a Microsoft (C++) error code to a string.
StringUtils Miscellaneous string utility functions that weren't included in Java's String class.
SystemUtils Assorted system-level utilities.
TimeLimit Sets a time limit and throws an exception when it expires.
 

Exception Summary
CmdLineParser.SyntaxError Indicates a syntax error in a command line.
CommandLine.SyntaxError Indicates a syntax error in a command line.
TimeLimit.Expired Indicates the expiration of a TimeLimit object.
 

Package satin.common Description

Common utility classes.