Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/remote
electron-browser/remote-ssh-contribution
RemoteSSHContribution
Class RemoteSSHContribution
Hierarchy (
View Summary
)
AbstractRemoteRegistryContribution
RemoteSSHContribution
Index
Constructors
constructor
Properties
message
Service
quick
Input
Service
remote
Preferences
ssh
Connection
Provider
variable
Resolver
window
Service
Methods
connect
connect
To
Config
Host
get
Config
File
Path
open
Remote
register
Remote
Commands
send
SSH
Connect
Constructors
constructor
new
RemoteSSHContribution
()
:
RemoteSSHContribution
Returns
RemoteSSHContribution
Properties
Protected
Readonly
message
Service
messageService
:
MessageService
Protected
Readonly
quick
Input
Service
quickInputService
:
QuickInputService
Protected
Readonly
remote
Preferences
remotePreferences
:
RemotePreferences
Protected
Readonly
ssh
Connection
Provider
sshConnectionProvider
:
RemoteSSHConnectionProvider
Protected
Readonly
variable
Resolver
variableResolver
:
VariableResolverService
Protected
Readonly
window
Service
windowService
:
WindowService
Methods
connect
connect
(
newWindow
:
boolean
)
:
Promise
<
void
>
Parameters
newWindow
:
boolean
Returns
Promise
<
void
>
connect
To
Config
Host
connectToConfigHost
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Config
File
Path
getConfigFilePath
()
:
Promise
<
undefined
|
string
>
Returns
Promise
<
undefined
|
string
>
Protected
open
Remote
openRemote
(
port
:
string
,
newWindow
:
boolean
,
workspace
?:
string
)
:
void
Parameters
port
:
string
newWindow
:
boolean
Optional
workspace
:
string
Returns
void
register
Remote
Commands
registerRemoteCommands
(
registry
:
RemoteRegistry
)
:
void
Parameters
registry
:
RemoteRegistry
Returns
void
send
SSH
Connect
sendSSHConnect
(
host
:
string
,
user
:
string
)
:
Promise
<
string
>
Parameters
host
:
string
user
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
message
Service
quick
Input
Service
remote
Preferences
ssh
Connection
Provider
variable
Resolver
window
Service
Methods
connect
connect
To
Config
Host
get
Config
File
Path
open
Remote
register
Remote
Commands
send
SSH
Connect
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...