Package manifold.rt.api
Interface IBootstrap
-
public interface IBootstrap
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanboot()The implementor boots Manifold here.static booleandasBoot()Generated classes statically initialize with a call to this method, regardless of whether or not the class is generated for use statically.
-
-
-
Method Detail
-
dasBoot
static boolean dasBoot()
Generated classes statically initialize with a call to this method, regardless of whether or not the class is generated for use statically.
-
boot
boolean boot()
The implementor boots Manifold here. Note this method is called many time and should short-circuit once Manifold is initialized.- Returns:
- true if initialization succeeds
-
-