Package | Description |
---|---|
org.safs.model | |
org.safs.model.tools | |
org.safs.tools.drivers |
Modifier and Type | Class and Description |
---|---|
class |
BlockID
Represents a BlockID command (record type of "B").
|
class |
Breakpoint
Represents a Breakpoint command (record type of "BP").
|
class |
Command
An extra layer to differentiate between ComponentFunction commands and all other
types of commands.
|
class |
ComponentFunction
Represents a ComponentFunction command.
|
class |
DriverCommand
Simple extension to handle Driver Commands of record type "C"
|
class |
EngineCommand
Simple extension to handle Engine Commands of record type "E"
|
class |
ProjectCommand
Simple extension to handle "Project Commands" of record type "T".
|
class |
Skipped
Represents a Skipped command (record type of "S").
|
Modifier and Type | Method and Description |
---|---|
TestRecordHelper |
EmbeddedHookDriverDriver.initializeTestRecordData(AbstractCommand model,
java.lang.String separator) |
Modifier and Type | Method and Description |
---|---|
TestRecordHelper |
JSAFSDriver.processCommand(AbstractCommand command)
Execute the desired AbstractCommand using the default field separator for the record.
|
TestRecordHelper |
JSAFSDriver.processCommand(AbstractCommand command,
java.lang.String separator)
This method can process DriverCommand or ComponentFunction just as runDriverCommand()
or runComponentFunction(), further more it includes the functionality of SAFSMonitor
so users can interctively PAUSE, STEP, DEBUG their script and SHUTDOWN the engine hook.
|
protected TestRecordHelper |
JSAFSDriver.processCommandDirect(AbstractCommand command,
java.lang.String separator)
Execute the desired AbstractCommand using the specified field separator for the record.
|
protected void |
JSAFSDriver.setGlobalTestRecordHelper(AbstractCommand command,
java.lang.String separator,
java.lang.String record)
Note: Before calling method processDriverCommand() and processComponentFunction()
you MUST call this method to initialize the global variable testRecordHelper. |
Copyright © SAS Institute. All Rights Reserved.