Package edu.rice.cs.drjava

This is the top-level package for DrJava.

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 Startup class for DrJava consisting entirely of static members.
DrJavaRoot Main class for DrJava.
DrJavaTestCase Test case class for all DrJava test cases.
IndentFiles Allows users to pass filenames to a command-line indenter.
MainController Main controller class for DrJava.
RemoteControlClient Client class to remote control an already running instance of DrJava.
RemoteControlServer This class contains a server that monitors incoming datagrams on port 4444 (default; can be changed in OptionConstants.REMOTE_CONTROL_PORT).
RemoteControlServer.RCServerThread Thread class for the server.
Version This interface hold the information about this build of DrJava.
 

Package edu.rice.cs.drjava Description

This is the top-level package for DrJava. It contains DrJava as an entry point to the program and IndentFiles as a command-line interface to the indenting algorithm.

It also contains bookkeeping classes, such as Version, which holds the version number information, and CodeStatus, which indicates whether the current build is Stable or Development. These classes are automatically generated by the build process and should not be manually modified.