root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
Processor
/
MyProcess
My
Process
goblin-common
inner
class
MyProcess
(
val
args
:
List
<
String
>
,
val
timeout
:
Long
,
workDir
:
Path
)
:
Closeable
Members
Constructors
My
Process
Link copied to clipboard
goblin-common
constructor
(
args
:
List
<
String
>
,
timeout
:
Long
,
workDir
:
Path
)
Properties
args
Link copied to clipboard
goblin-common
val
args
:
List
<
String
>
process
Link copied to clipboard
goblin-common
val
process
:
Process
timeout
Link copied to clipboard
goblin-common
val
timeout
:
Long
Functions
add
Writer
Link copied to clipboard
goblin-common
fun
addWriter
(
outputStream
:
OutputStream
)
:
Future
<
*
>
close
Link copied to clipboard
goblin-common
open
override
fun
close
(
)
wait
Process
Link copied to clipboard
goblin-common
fun
waitProcess
(
)