Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
See Application.status.
Link copied to clipboard
Link copied to clipboard
object GlokSettings
Link copied to clipboard
Link copied to clipboard
class Restart(val applicationClass: KClass<out Application>, val rawArgs: Array<out String> = emptyArray())
When an Application ends, it can choose to restart by adding an item to Application.restarts. applicationClass can be the same as the previous application, or another one.
Functions
Link copied to clipboard
fun createRestart(klass: Class<out Application>, rawArgs: Array<out String> = emptyArray()): Restart
Link copied to clipboard
Link copied to clipboard
Called from the program's main
entry point to start a Glok
Application.
Link copied to clipboard