public class Custom
extends java.lang.Object
Boot the application in a custom manner. This class makes it possible customize the application boot process. This is
useful for tests, but also allows a custom UI, for example, headless. Alternatively, this method might be used to
invoke a single engine operation without booting the UI.
- Author:
- Erik Lievaart