Package nz.org.riskscape.engine.spi
Class EngineBootstrapper
java.lang.Object
nz.org.riskscape.engine.spi.EngineBootstrapper
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbootstrap(Engine.Writeable engine) static voidbootstrap(ExtensionPoints extensionPoints, Engine.Writeable engine) protected booleanbooleangetName()inthashCode()toString()