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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bootstrap
(Engine.Writeable engine) static void
bootstrap
(ExtensionPoints extensionPoints, Engine.Writeable engine) protected boolean
boolean
getName()
int
hashCode()
toString()