|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ResourceProfile | |
|---|---|
| com.sshtools.profile | A profile is a persistable representation of a connection and its associated settings. |
| com.sshtools.terminal | This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. |
| com.sshtools.terminal.awt | This package contains an AWT implementation of a terminal. |
| com.sshtools.terminal.schemes.exe | |
| com.sshtools.terminal.swing | This package contains a Swing implementation of a terminal. |
| com.sshtools.virtualsession | Provides some kind of display or 'screen' for a single connection to a host and a manager to manage multiple instances of these displays |
| Uses of ResourceProfile in com.sshtools.profile |
|---|
| Methods in com.sshtools.profile that return ResourceProfile | |
|---|---|
ResourceProfile |
ProfileTransport.getProfile()
Get the profile that was used to connect this transport. |
| Methods in com.sshtools.profile with parameters of type ResourceProfile | |
|---|---|
boolean |
ProfileTransport.connect(ResourceProfile profile)
Connect to a host (or resource) using the URI provided in the ResourceProfile}. |
abstract ProfileTransport |
SchemeHandler.createProfileTransport(ResourceProfile profile)
Create the ProfileTransport appropriate for this scheme |
| Uses of ResourceProfile in com.sshtools.terminal |
|---|
| Methods in com.sshtools.terminal with parameters of type ResourceProfile | |
|---|---|
static void |
TerminalUtil.setVirtualTerminalProperties(ResourceProfile profile,
VirtualTerminal terminal)
Configure a VirtualTerminal from a profile using the standard application properties |
| Uses of ResourceProfile in com.sshtools.terminal.awt |
|---|
| Methods in com.sshtools.terminal.awt that return ResourceProfile | |
|---|---|
ResourceProfile |
AWTVirtualTerminal.getProfile()
Get the profile this virtual terminal is to use |
| Methods in com.sshtools.terminal.awt with parameters of type ResourceProfile | |
|---|---|
void |
AWTVirtualTerminal.setProfile(ResourceProfile profile)
Set the profile this virtual terminal is to use |
void |
AWTVirtualTerminal.setVirtualSessionProperties(ResourceProfile profile)
|
| Uses of ResourceProfile in com.sshtools.terminal.schemes.exe |
|---|
| Methods in com.sshtools.terminal.schemes.exe that return ResourceProfile | |
|---|---|
ResourceProfile |
NativeTerminalProtocolTransport.getProfile()
Get the profile that was used to connect this transport. |
| Methods in com.sshtools.terminal.schemes.exe with parameters of type ResourceProfile | |
|---|---|
boolean |
NativeTerminalProtocolTransport.connect(ResourceProfile profile)
Connect to a host (or resource) using the URI provided in the ResourceProfile}. |
ProfileTransport |
NativeSchemeHandler.createProfileTransport(ResourceProfile profile)
|
| Uses of ResourceProfile in com.sshtools.terminal.swing |
|---|
| Methods in com.sshtools.terminal.swing with parameters of type ResourceProfile | |
|---|---|
void |
SwingVirtualTerminal.setVirtualSessionProperties(ResourceProfile profile)
|
| Uses of ResourceProfile in com.sshtools.virtualsession |
|---|
| Methods in com.sshtools.virtualsession with parameters of type ResourceProfile | |
|---|---|
void |
VirtualSession.setVirtualSessionProperties(ResourceProfile profile)
Prior to connection, and when the user applies connection profiles, this method will be called. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||