| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.connections.builder |
| Class and Description |
|---|
| BinaryContext
This is the base class for all viewer contexts, which deal with
binary data.
|
| ClockResolution
Represents the timestamp resolution mode for the Clock class.
|
| Configuration
This class is responsible for handling the SmartInspect configuration and loading
it from a file.
|
| ConnectionsBuilder
Assists in building a SmartInspect connections string.
|
| ConnectionsParserEvent
This class is used by the ConnectionsParser.parse method.
|
| ConnectionsParserListener
This interface is used as callback for the ConnectionsParser.parse method.
|
| ControlCommand
Represents the Control Command packet type which is used for
administrative tasks like resetting or clearing the Console.
|
| ControlCommandEvent
This class is used by the SmartInspectListener.onControlCommand
event of the SmartInspect class.
|
| ControlCommandType
Represents the type of a ControlCommand packet.
|
| ErrorEvent
This class is used by the SmartInspectListener.onError event of the
SmartInspect class and the ProtocolListener.onError event of the
Protocol class.
|
| FileProtocol
The FileProtocol serves as a standard SmartInspect protocol for writing log packets to a log file.
|
| FileRotate
Specifies the log rotate mode for the FileProtocol class and
derived classes.
|
| FilterEvent
This class is used by the SmartInspectListener.onFilter event of the SmartInspect class.
|
| Formatter
Responsible for formatting and writing a packet.
|
| GraphicId
Used by the GraphicViewerContext class to specify the desired
picture type.
|
| InvalidConnectionsException
Used to report errors concerning the connections string in the
SmartInspect class.
|
| Level
Represents the log level in the SmartInspect Java library.
|
| ListViewerContext
Represents the list viewer in the Console which can display simple
lists of text data.
|
| LogEntry
Represents the Log Entry packet type which is used for nearly all
logging methods in the Session class.
|
| LogEntryEvent
This class is used by the SmartInspectListener.onLogEntry event of
the SmartInspect class.
|
| LogEntryType
Represents the type of LogEntry packet.
|
| OptionsParserEvent
This class is used by the OptionsParser class to inform interested
parties about found options.
|
| OptionsParserListener
This interface is used as callback for the OptionsParser.parse
method.
|
| Packet
This is the abstract base class for all packets in the SmartInspect Java library.
|
| PacketType
Represents the type of packet.
|
| ProcessFlow
Represents the Process Flow packet type which is used in the
enter/leave methods in the Session class.
|
| ProcessFlowEvent
This class is used by the SmartInspectListener.onProcessFlow event
of the SmartInspect class.
|
| ProcessFlowType
Represents the type of ProcessFlow packet.
|
| Protocol
This is the abstract base class for a protocol.
|
| ProtocolCommand
Represents a custom protocol action command as used by the
Protocol.dispatch method.
|
| ProtocolException
This class is used to report any errors concerning the protocol classes.
|
| ProtocolListener
This listener interface is used in the Protocol class for error and
exception reporting.
|
| SchedulerAction
Represents a scheduler action to execute when a protocol is
operating in asynchronous mode.
|
| SchedulerCommand
Represents a scheduler command as used by the Scheduler class
and the asynchronous protocol mode.
|
| Session
Logs all kind of data and variables to the SmartInspect Console or to a log file.
|
| SessionDefaults
Specifies the default property values for newly created sessions.
|
| SmartInspect
SmartInspect is the most important class in the SmartInspect
Java library.
|
| SmartInspectException
Used internally to report any kind of error.
|
| SmartInspectListener
This listener interface is used in the SmartInspect class for all
kinds of event reporting.
|
| SourceId
Used in the logSource methods of the Session class to specify the type of source code.
|
| TextContext
Is the base class for all viewer contexts, which deal with text
data.
|
| Token
Represents a token in the pattern string of the TextProtocol protocol.
|
| ValueListViewerContext
Represents the value list viewer in the Console which can display data as a key/value list.
|
| ViewerContext
Is the abstract base class for a viewer context.
|
| ViewerId
Specifies the viewer for displaying the title or data of a Log Entry in the Console.
|
| Watch
Represents the Watch packet type which is used in the watch methods in the Session classes.
|
| WatchEvent
This class is used by the SmartInspectListener.onWatch event of
the SmartInspect class.
|
| WatchType
Represents the type of Watch packet.
|
| Class and Description |
|---|
| FileRotate
Specifies the log rotate mode for the FileProtocol class and
derived classes.
|
| Level
Represents the log level in the SmartInspect Java library.
|
Copyright © 2023. All rights reserved.