Package lu.kbra.modelizer_next.bootstrap
Interface AbstractBootstrapRuntime.UpdatePreparation
- Enclosing class:
AbstractBootstrapRuntime
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines operations for update preparation behavior.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanPrepares the for exit during bootstrap/update processing.
-
Method Details
-
prepareForExit
Prepares the for exit during bootstrap/update processing.- Returns:
truewhen the condition is met; otherwisefalse- Throws:
IOException- if the operation cannot be completed
-