edu.rice.cs.drjava |
This is the top-level package for DrJava. It contains {@link
edu.rice.cs.drjava.DrJava} as an entry point to the program and
{@link edu.rice.cs.drjava.IndentFiles} as a command-line interface
to the indenting algorithm.
It also contains bookkeeping classes, such as {@link
edu.rice.cs.drjava.Version}, which holds the version number
information, and {@link edu.rice.cs.drjava.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.
|
Java Source File Name | Type | Comment |
CommandLineTest.java | Class | Tests opening/creating files specified as command line arguments. |
ConfigFileTest.java | Class | Tests that a custom config file can be specified. |
DependenciesTest.java | Class | |
DrJava.java | Class | Startup class for DrJava consisting entirely of static members. |
DrJavaRestart.java | Class | Helper class for DrJava that copies a file and then starts it. |
DrJavaRoot.java | Class | Main class for DrJava. |
DrJavaTestCase.java | Class | Test case class for all DrJava test cases. |
IndentFiles.java | Class | Allows users to pass filenames to a command-line indenter. |
MainController.java | Class | Main controller class for DrJava. |
RemoteControlClient.java | Class | Client class to remote control an already running instance of DrJava. |
RemoteControlServer.java | Class | This class contains a server that monitors incoming datagrams on port 4444
(default; can be changed in OptionConstants.REMOTE_CONTROL_PORT). |