Interface | Description |
---|---|
EmbeddedHookDriverRunnerAware |
Classes implementing this interface that get automatically configured by an
EmbeddedHookDriverRunner should automatically receive an instance of the
EmbeddedHookDriverRunner at runtime.
|
RunnerAware |
Classes implementing this interface that get automatically configured by a
Runner should automatically receive an instance of the Runner at runtime.
|
RuntimeDataAware |
Classes implementing this interface can get automatically configured by classes
performing or facilitating Dependency Injection at runtime.
|
Class | Description |
---|---|
AbstractDriver | |
AbstractRunner |
This Runner is an access point to a minimalist AbstractDriver API.
|
AppMapGenerator |
Process a standard SAFS AppMap and create a static Driver-compatible Map with matching Component references.
|
ComponentGenerator |
Process a standard SAFS AppMap file and create a static JSAFS-compatible AppMap with matching
org.safs.model.Component references.
|
DefaultRunner |
The DefaultRunner will use the default Driver
Driver if the current Driver is null. |
Driver |
A JSAFSDriver wrapper attempting to provide a minimalist (simple) interface--hiding a
good bit of JSAFS complexity.
|
EmbeddedHookDriverDriver |
An EmbeddedHookDriver wrapper attempting to provide a minimalist (simple) interface--hiding a
good bit of JSAFS complexity.
|
EmbeddedHookDriverRunner |
This Runner is an access point to a minimalist EmbeddedHookDriver Driver API.
|
Runner |
This Runner is an access point to a minimalist JSAFS Driver API.
|
Copyright © SAS Institute. All Rights Reserved.