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
Various settings.
Link copied to clipboard
A standalone application to edit Glok's settings.
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 GlokSettings.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
fun launchInContainer(klass: KClass<out Application>, containerName: String, rawArgs: Array<out String> = emptyArray())
Starts the Glok application.
Link copied to clipboard
Link copied to clipboard