Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/remote
electron-node/setup/remote-copy-service
RemoteCopyService
Class RemoteCopyService
Index
Constructors
constructor
Properties
application
Package
copy
Contributions
copy
Registry
initialized
native
Dependency
Service
Methods
copy
To
Remote
get
Files
get
Remote
Download
Location
get
Temp
Dir
load
Copy
Contributions
load
Native
Dependencies
Constructors
constructor
new
RemoteCopyService
()
:
RemoteCopyService
Returns
RemoteCopyService
Properties
Protected
Readonly
application
Package
applicationPackage
:
ApplicationPackage
Protected
Readonly
copy
Contributions
copyContributions
:
ContributionProvider
<
RemoteCopyContribution
>
Protected
Readonly
copy
Registry
copyRegistry
:
RemoteCopyRegistryImpl
Protected
initialized
initialized
:
boolean
= false
Protected
Readonly
native
Dependency
Service
nativeDependencyService
:
RemoteNativeDependencyService
Methods
copy
To
Remote
copyToRemote
(
remote
:
RemoteConnection
,
remotePlatform
:
RemotePlatform
,
destination
:
string
,
)
:
Promise
<
void
>
Parameters
remote
:
RemoteConnection
remotePlatform
:
RemotePlatform
destination
:
string
Returns
Promise
<
void
>
Protected
get
Files
getFiles
(
remotePlatform
:
RemotePlatform
,
tempDir
:
string
)
:
Promise
<
RemoteFile
[]
>
Parameters
remotePlatform
:
RemotePlatform
tempDir
:
string
Returns
Promise
<
RemoteFile
[]
>
Protected
get
Remote
Download
Location
getRemoteDownloadLocation
()
:
Promise
<
undefined
|
string
>
Returns
Promise
<
undefined
|
string
>
Protected
get
Temp
Dir
getTempDir
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Protected
load
Copy
Contributions
loadCopyContributions
()
:
Promise
<
RemoteFile
[]
>
Returns
Promise
<
RemoteFile
[]
>
Protected
load
Native
Dependencies
loadNativeDependencies
(
remotePlatform
:
RemotePlatform
,
tempDir
:
string
,
)
:
Promise
<
RemoteFile
[]
>
Parameters
remotePlatform
:
RemotePlatform
tempDir
:
string
Returns
Promise
<
RemoteFile
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
application
Package
copy
Contributions
copy
Registry
initialized
native
Dependency
Service
Methods
copy
To
Remote
get
Files
get
Remote
Download
Location
get
Temp
Dir
load
Copy
Contributions
load
Native
Dependencies
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...