Package edu.rice.cs.drjava

The main package for DrJava contains only two classes.

See:
          Description

Class Summary
CodeStatus Contains the constant that specifies whether any new features should be used in any compilation or test.
CommandLineTest Tests opening/creating files specified as command line arguments.
ConfigFileTest Tests that a custom config file can be specified.
DependenciesTest Test that ensures all external dependencies are met!
DrJava Main class for DrJava.
DrJavaClassLoader Custom classloader, that loads from files or URLs modeled after the NextGen classloader (edu.rice.cs.nextgen.classloader.NextGenLoader) $Id: DrJavaClassLoader.java,v 1.1 2002/08/09 06:12:22 theoyaung Exp $
IndentFile Allows users to pass filenames to a command-line indenter.
Version This interface hold the information about this build of DrJava.
 

Package edu.rice.cs.drjava Description

The main package for DrJava contains only two classes. DrJava is the main entry point for DrJava (it contains the main() method). Version is a tiny class that holds the version number information, which is automatically generated by the build process. The javadoc also includes the version information.