Package nz.org.riskscape.engine.cli
Interface EngineCommand
- All Superinterfaces:
AutoCloseable
Interface for commands to implement if they want access to a riskscape engine during execution.
-
Method Summary
-
Method Details
-
setEngine
Give the command an instance of the engine. Will be set before the command is invoked
-
getEngine
Engine getEngine() -
close
default void close()Closes the engine
- Specified by:
close
in interfaceAutoCloseable
-