Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
ShellExecution
Class ShellExecution
Index
Constructors
constructor
Properties
arguments
shell
Command
shell
Command
Line
shell
Options
Accessors
args
command
command
Line
options
Methods
is
Constructors
constructor
new
Shell
Execution
(
commandLine
,
options
?
)
:
ShellExecution
Parameters
commandLine
:
string
Optional
options
:
ShellExecutionOptions
Returns
ShellExecution
new
Shell
Execution
(
command
,
args
,
options
?
)
:
ShellExecution
Parameters
command
:
string
|
ShellQuotedString
args
:
(
string
|
ShellQuotedString
)
[]
Optional
options
:
ShellExecutionOptions
Returns
ShellExecution
Properties
Private
arguments
arguments
:
(
string
|
ShellQuotedString
)
[]
Private
shell
Command
shell
Command
:
string
|
ShellQuotedString
Private
shell
Command
Line
shell
Command
Line
:
string
Private
shell
Options
shell
Options
:
undefined
|
ShellExecutionOptions
Accessors
args
get
args
(
)
:
(
string
|
ShellQuotedString
)
[]
Returns
(
string
|
ShellQuotedString
)
[]
set
args
(
value
)
:
void
Parameters
value
:
(
string
|
ShellQuotedString
)
[]
Returns
void
command
get
command
(
)
:
string
|
ShellQuotedString
Returns
string
|
ShellQuotedString
set
command
(
value
)
:
void
Parameters
value
:
string
|
ShellQuotedString
Returns
void
command
Line
get
commandLine
(
)
:
string
Returns
string
set
commandLine
(
value
)
:
void
Parameters
value
:
string
Returns
void
options
get
options
(
)
:
undefined
|
ShellExecutionOptions
Returns
undefined
|
ShellExecutionOptions
set
options
(
value
)
:
void
Parameters
value
:
undefined
|
ShellExecutionOptions
Returns
void
Methods
Static
is
is
(
value
)
:
value
is
ShellExecution
Parameters
value
:
ShellExecution
|
ProcessExecution
|
CustomExecution
Returns
value
is
ShellExecution
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
arguments
shell
Command
shell
Command
Line
shell
Options
args
command
command
Line
options
is
Theia TypeDoc
Loading...