Package com.bluemarsh.jswat

Primary package of the application which defines the top-level classes used throughout the application.

See:
          Description

Interface Summary
Manager The Manager interface defines the API required by all manager objects in JSwat.
SessionListener The listener interface for receiving Session events.
 

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.
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.
 

Exception Summary
BadFormatException MalformedMemberNameException is thrown when the user gives a method name that has more than one match.
FieldNotObjectException MalformedMemberNameException is thrown when the user gives a method name that has more than one match.
MalformedMemberNameException MalformedMemberNameException is thrown when the user gives an invalid method name.
NoAttachingConnectorException Thrown when an attaching connector could not be found by VMConnection.
NoSuchThreadException Thrown when a manager is not active and cannot perform the operation requested.
NotActiveException Thrown when a manager is not active and cannot perform the operation requested.
 

Package com.bluemarsh.jswat Description

Primary package of the application which defines the top-level classes used throughout the application.