shell / projekt.commons.shell / Shell / Result
Result¶
data class Result
The result of executed command
Parameters¶
output
- Output of executed command
Constructors¶
Name | Summary |
---|---|
<init> | Result(output: ArrayList < String >) The result of executed command |
Properties¶
Name | Summary |
---|---|
output | val output: ArrayList < String > Output of executed command |