Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/application-protocol
ApplicationServer
Interface ApplicationServer
interface
ApplicationServer
{
getApplicationInfo
()
:
Promise
<
undefined
|
ApplicationInfo
>
;
getApplicationPlatform
()
:
Promise
<
string
>
;
getApplicationRoot
()
:
Promise
<
string
>
;
getBackendOS
()
:
Promise
<
OS
.
Type
>
;
getExtensionsInfos
()
:
Promise
<
ExtensionInfo
[]
>
;
}
Implemented by
ApplicationServerImpl
Index
Methods
get
Application
Info
get
Application
Platform
get
Application
Root
get
Backend
OS
get
Extensions
Infos
Methods
get
Application
Info
getApplicationInfo
()
:
Promise
<
undefined
|
ApplicationInfo
>
Returns
Promise
<
undefined
|
ApplicationInfo
>
get
Application
Platform
getApplicationPlatform
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Application
Root
getApplicationRoot
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Backend
OS
getBackendOS
()
:
Promise
<
OS
.
Type
>
Returns
Promise
<
OS
.
Type
>
Deprecated
since 1.25.0. Use
OS.backend.type()
instead.
get
Extensions
Infos
getExtensionsInfos
()
:
Promise
<
ExtensionInfo
[]
>
Returns
Promise
<
ExtensionInfo
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Application
Info
get
Application
Platform
get
Application
Root
get
Backend
OS
get
Extensions
Infos
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Deprecated
since 1.25.0. Use
OS.backend.type()
instead.