A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

S

setStackTrace(kotlin.Array) - function in kotlin.Throwable
 
shell(java.lang.String,java.io.File,java.lang.Long,java.lang.Boolean) - function in com.hexagonkt.core.HelpersKt
Executes a command in a shell (allowing to use pipes, redirections, etc.).
sign(java.lang.String,java.lang.String,kotlin.ByteArray) - function in com.hexagonkt.core.security.CryptoKt
 
snakeToCamel(java.lang.String) - function in com.hexagonkt.core.text.CasesKt
Transform the target string from snake case to camel case.
snakeToWords(java.lang.String) - function in com.hexagonkt.core.text.CasesKt
 
StringsKt - class in com.hexagonkt.core.text
 
stripAccents(java.lang.String) - function in com.hexagonkt.core.text.StringsKt
TODO.
stripAnsi(java.lang.String) - function in com.hexagonkt.core.text.StringsKt
 
systemFlag(java.lang.String) - function in com.hexagonkt.core.Jvm
Retrieve a flag (boolean parameter) by name by looking in OS environment variables first and in the JVM system properties if not found.
systemSetting(java.lang.String) - function in com.hexagonkt.core.Jvm
 
systemSetting(java.lang.String,T) - function in com.hexagonkt.core.Jvm
 
systemSetting(kotlin.reflect.KClass,java.lang.String) - function in com.hexagonkt.core.Jvm
 
systemSetting(kotlin.reflect.KClass,java.lang.String,T) - function in com.hexagonkt.core.Jvm
 
systemSettingOrNull(java.lang.String) - function in com.hexagonkt.core.Jvm
Utility method for retrieving a system setting, check systemSettingOrNull for details.
systemSettingOrNull(kotlin.reflect.KClass,java.lang.String) - function in com.hexagonkt.core.Jvm
Retrieve a setting by name by looking in OS environment variables first and in the JVM system properties if not found.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W