Package com.keenedgesoftware.scrutinize.core.system.commands

Class Summary
ConnectClientCommand Establishes web connections for a scrutinize client.

Examples:
$connectClient "http://localhost"
DisconnectClientCommand Disconnects scrutinize client from server.

Example:
$disconnectClient
FastForwardCommand Replays the current playback file at maximum speed.

Example:
$fastForward
PlayCommand Replays the current playback file quite slowly.

Example:
$play
PlayToMarkCommand Replays the current playback file, up to the next occurrence of "$mark".

Example:
$playToMark
RecorderCommand Base class for recorder commands.
ResetSessionCommand Resets all variables, camera positions etc to default values.

Examples:
$resetSession
SaveSessionAsCommand Saves the current session to a specified recorder file.

Examples:
$saveSessionAs "mySession.pbk"
SaveSessionCommand Saves the current session to a file.

Examples:
$saveSession
SetPlaybackFileCommand Sets the current playback file to the specified filename.

Example:
$setPlaybackFile "myLastSession.pbk"
StartRecordingCommand Restarts recording for the current session.

Example:
$startRecording
StartServerCommand Initializes a scrutinize server.

Example:
$startServer
StepCommand Replays a single line the current playback file.

Examples:
$step
StopCommand Aborts a playback and closes the playback file.

Example:
$stop
StopRecordingCommand Suspends recording of the current session.

Examples:
$stopRecording
StopServerCommand Closes down a scrutinize server.

Example:
$stopServer
SystemCommand Base class for system commands.