|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoteCmdSubSystemConfiguration | |
---|---|
org.eclipse.rse.shells.ui.view | |
org.eclipse.rse.subsystems.shells.core.model | |
org.eclipse.rse.subsystems.shells.core.subsystems | |
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem | |
org.eclipse.rse.subsystems.shells.dstore | Application programming interface for creating customized DataStore shell subsystems. |
org.eclipse.rse.subsystems.shells.local | Application programming interface for creating customized local shell subsystems. |
org.eclipse.rse.subsystems.shells.ssh | Application programming interface for creating customized ssh shell subsystems. |
org.eclipse.rse.subsystems.shells.telnet | Application programming interface for creating customized telnet shell subsystems. |
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.shells.ui.view |
---|
Methods in org.eclipse.rse.shells.ui.view with parameters of type IRemoteCmdSubSystemConfiguration | |
---|---|
List |
SystemViewRemoteOutputAdapter.getShellActions(IRemoteCmdSubSystemConfiguration factory)
|
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.model |
---|
Methods in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystemConfiguration | |
---|---|
void |
RemoteCommandFilterString.setSubSystemConfiguration(IRemoteCmdSubSystemConfiguration subsysFactory)
|
Constructors in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystemConfiguration | |
---|---|
RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory)
Constructor to use when there is no existing filter string. |
|
RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory,
String input)
Constructor to use when an absolute filter string already exists. |
|
RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory,
String path,
String input)
Constructor to use when you have a path and filename filter or comma-separated file types list. |
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems |
---|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
RemoteCmdSubSystemConfiguration
|
Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteCmdSubSystemConfiguration | |
---|---|
IRemoteCmdSubSystemConfiguration |
RemoteCmdSubSystem.getParentRemoteCmdSubSystemConfiguration()
Return parent subsystem factory, cast to a RemoteCmdSubSystemConfiguration |
IRemoteCmdSubSystemConfiguration |
IRemoteCmdSubSystem.getParentRemoteCmdSubSystemConfiguration()
Return parent subsystem factory, cast to a RemoteCmdSubSystemConfiguration |
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem |
---|
Subinterfaces of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem | |
---|---|
interface |
IShellServiceSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
ShellServiceSubSystemConfiguration
|
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.dstore |
---|
Classes in org.eclipse.rse.subsystems.shells.dstore that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
DStoreShellSubSystemConfiguration
Provides a factory for generating instances of the class ShellServiceSubSystem. |
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.local |
---|
Classes in org.eclipse.rse.subsystems.shells.local that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
LocalShellSubSystemConfiguration
|
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.ssh |
---|
Classes in org.eclipse.rse.subsystems.shells.ssh that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
SshShellSubSystemConfiguration
|
Uses of IRemoteCmdSubSystemConfiguration in org.eclipse.rse.subsystems.shells.telnet |
---|
Classes in org.eclipse.rse.subsystems.shells.telnet that implement IRemoteCmdSubSystemConfiguration | |
---|---|
class |
TelnetShellSubSystemConfiguration
|
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |