Package org.verifyica.api
Interface EngineContext
- All Superinterfaces:
Context
Interface to implement EngineContext
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigurationGet the Engine ConfigurationGet the Engine ConfigurationGet the Engine versiondefault Stringversion()Get the Engine version
-
Method Details
-
version
Get the Engine version- Returns:
- the Engine version
-
configuration
Get the Engine Configuration- Specified by:
configurationin interfaceContext- Returns:
- the Engine Configuration
-
getVersion
String getVersion()Get the Engine version- Returns:
- the Engine version
-
getConfiguration
Configuration getConfiguration()Get the Engine Configuration- Specified by:
getConfigurationin interfaceContext- Returns:
- the Engine Configuration
-