Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
ShellExecution
Class ShellExecution
Index
Constructors
constructor
Accessors
args
command
command
Line
options
Methods
is
Constructors
constructor
new
ShellExecution
(
commandLine
:
string
,
options
?:
ShellExecutionOptions
,
)
:
ShellExecution
Parameters
commandLine
:
string
Optional
options
:
ShellExecutionOptions
Returns
ShellExecution
new
ShellExecution
(
command
:
string
|
ShellQuotedString
,
args
:
(
string
|
ShellQuotedString
)
[]
,
options
?:
ShellExecutionOptions
,
)
:
ShellExecution
Parameters
command
:
string
|
ShellQuotedString
args
: (
string
|
ShellQuotedString
)
[]
Optional
options
:
ShellExecutionOptions
Returns
ShellExecution
Accessors
args
get
args
()
:
(
string
|
ShellQuotedString
)
[]
Returns (
string
|
ShellQuotedString
)
[]
set
args
(
value
:
(
string
|
ShellQuotedString
)
[]
)
:
void
Parameters
value
: (
string
|
ShellQuotedString
)
[]
Returns
void
command
get
command
()
:
string
|
ShellQuotedString
Returns
string
|
ShellQuotedString
set
command
(
value
:
string
|
ShellQuotedString
)
:
void
Parameters
value
:
string
|
ShellQuotedString
Returns
void
command
Line
get
commandLine
()
:
string
Returns
string
set
commandLine
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
options
get
options
()
:
undefined
|
ShellExecutionOptions
Returns
undefined
|
ShellExecutionOptions
set
options
(
value
:
undefined
|
ShellExecutionOptions
)
:
void
Parameters
value
:
undefined
|
ShellExecutionOptions
Returns
void
Methods
Static
is
is
(
value
:
ProcessExecution
|
ShellExecution
|
CustomExecution
,
)
:
value
is
ShellExecution
Parameters
value
:
ProcessExecution
|
ShellExecution
|
CustomExecution
Returns
value
is
ShellExecution
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
args
command
command
Line
options
Methods
is
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...