Class Summary |
AppSettings |
Implements a properties storage class. |
Bundle |
Class Bundle contains a java.util.ResourceBundle and
provides some simple access methods to it. |
CommandManager |
Class CommandManager is responsible for parsing text-based commands
entered by the user. |
ContextManager |
Class ContextManager is responsible for holding the current
context of the debugger. |
DefaultManager |
Class DefaultManager provides empty implementations of the API required
by all the Manager interface. |
FileSource |
Class FileSource is a concrete implementation of SourceSource
in which the source is backed by a java.io.File
instance. |
JSwat |
This class provides access to the localized resource bundle. |
Log |
Class for providing a general logging facility. |
MacroManager |
Class MacroManager is responsible for managing the macros defined
by the user. |
Main |
Class Main is the bootstrap for JSwat when launched from the
command line or via a shortcut. |
MonitorManager |
Class MonitorManager is responsible for managing monitors. |
PathManager |
Class PathManager is responsible for managing the classpath and
sourcepath. |
Session |
This class is responsible for maintaining references to all of
the objects pertaining to an active debugging session. |
VMConnection |
Class VMConnection contains the parameters necessary for making and
maintaining a connection to a debuggee VM. |
ZipSource |
Class ZipSource is a concrete implementation of SourceSource in
which the source is backed by a java.util.zip.ZipFile
instance. |
Primary package of the application which defines the top-level classes
used throughout the application.