toggle menu
lib
jvm
switch theme
search in API
kore
/
dev.buijs.klutter.kore.tasks
/
Executor
Executor
open
class
Executor
Execute a CLI command.
Members
Constructors
Executor
Link copied to clipboard
constructor
(
)
Properties
platform
Specific
Link copied to clipboard
val
String
.
platformSpecific
:
List
<
String
>
Functions
execute
Link copied to clipboard
@
JvmOverloads
open
fun
execute
(
runFrom
:
File
=
File("")
,
timeout
:
Long
?
=
null
,
command
:
String
,
environment
:
Map
<
String
,
String
>
=
emptyMap()
)
:
String
Execute a CLI command.