Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/remote
electron-node/setup/remote-native-dependency-service
RemoteNativeDependencyService
Class RemoteNativeDependencyService
Index
Constructors
constructor
Properties
native
Dependency
Contributions
request
Service
Methods
download
Dependencies
download
Dependency
store
Dependency
Constructors
constructor
new
RemoteNativeDependencyService
()
:
RemoteNativeDependencyService
Returns
RemoteNativeDependencyService
Properties
Protected
native
Dependency
Contributions
nativeDependencyContributions
:
ContributionProvider
<
RemoteNativeDependencyContribution
,
>
Protected
request
Service
requestService
:
RequestService
Methods
download
Dependencies
downloadDependencies
(
remotePlatform
:
RemotePlatform
,
directory
:
string
,
)
:
Promise
<
NativeDependencyFile
[]
>
Parameters
remotePlatform
:
RemotePlatform
directory
:
string
Returns
Promise
<
NativeDependencyFile
[]
>
Protected
download
Dependency
downloadDependency
(
downloadURI
:
string
|
RequestOptions
)
:
Promise
<
Buffer
>
Parameters
downloadURI
:
string
|
RequestOptions
Returns
Promise
<
Buffer
>
Protected
store
Dependency
storeDependency
(
dependency
:
DependencyDownload
,
directory
:
string
,
)
:
Promise
<
NativeDependencyFile
[]
>
Parameters
dependency
:
DependencyDownload
directory
:
string
Returns
Promise
<
NativeDependencyFile
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
native
Dependency
Contributions
request
Service
Methods
download
Dependencies
download
Dependency
store
Dependency
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...