Package edu.rice.cs.util

A collection of utility classes and packages.

See:
          Description

Class Summary
FileOps A class to provide some convenient file operations as static methods.
FileOpsTest Test cases for FileOps.
OutputStreamRedirector Allows an output stream, such as System.out and System.err, to be redirected to another stream.
Pair A pair.
PreventExitSecurityManager A security manager to prevent exiting the VM indiscriminately.
PreventExitSecurityManagerTest Test cases for PreventExitSecurityManager.
StringOps A class to provide some convenient String operations as static methods.
Version This interface hold the information about this build of util.
 

Exception Summary
ExitingNotAllowedException An exception to be thrown when System.exit is called when the PreventExitSecurityManager is in force.
UnexpectedException An exception which DrJava throws on an unexpected error.
 

Package edu.rice.cs.util Description

A collection of utility classes and packages.