Class EngineBootstrapper

java.lang.Object
nz.org.riskscape.engine.spi.EngineBootstrapper
All Implemented Interfaces:
PluginFeature

public class EngineBootstrapper extends Object implements PluginFeature

Bit of code that adds something to an engine instance when it's created.

Note that there's no way to impose an ordering on bootstrappers beyond ordering them 'correctly' in each plugin. If a bootstrapper depends on another in another plugin, but it doesn't have a plugin dependency set, then we might need to revisit this class and add dependencies here. I suspect/hope it's not going to happen though