Package org.verifyica.api
Interface EngineContext
- All Superinterfaces:
Context
Interface to implement EngineContext
-
Method Summary
Modifier and TypeMethodDescriptionGet the Engine ConfigurationGet the Engine version
-
Method Details
-
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
-