AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.shell
/
ShellExec
Shell
Exec
jvm
data
class
ShellExec
(
val
command
:
String
,
val
directory
:
Path
,
val
container
:
Boolean
,
val
environment
:
Map
<
String
,
String
>
,
val
timeout
:
Duration
)
(
source
)
Members
Constructors
Shell
Exec
Link copied to clipboard
jvm
constructor
(
command
:
String
,
directory
:
Path
,
container
:
Boolean
,
environment
:
Map
<
String
,
String
>
,
timeout
:
Duration
)
Properties
command
Link copied to clipboard
jvm
val
command
:
String
container
Link copied to clipboard
jvm
val
container
:
Boolean
directory
Link copied to clipboard
jvm
val
directory
:
Path
environment
Link copied to clipboard
jvm
val
environment
:
Map
<
String
,
String
>
timeout
Link copied to clipboard
jvm
val
timeout
:
Duration