|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteServices
| Method Summary | |
|---|---|
IRemoteConnectionManager |
getConnectionManager()
Get a connection manager for managing remote connections. |
IRemoteFileManager |
getFileManager(IRemoteConnection conn)
Get a file manager for managing remote files |
IRemoteProcessBuilder |
getProcessBuilder(IRemoteConnection conn,
List<String> command)
Get a process builder for creating remote processes |
IRemoteProcessBuilder |
getProcessBuilder(IRemoteConnection conn,
String... command)
Get a process builder for creating remote processes |
void |
initialize()
Start initializing the remote service. |
boolean |
isInitialized()
Check if the remote service is initialized |
| Methods inherited from interface org.eclipse.ptp.remote.core.IRemoteServicesDescriptor |
|---|
canCreateConnections, getId, getName, getScheme |
| Method Detail |
|---|
IRemoteConnectionManager getConnectionManager()
IRemoteFileManager getFileManager(IRemoteConnection conn)
conn - connection to use for managing files
IRemoteProcessBuilder getProcessBuilder(IRemoteConnection conn,
List<String> command)
conn - connection to use for creating remote processes
IRemoteProcessBuilder getProcessBuilder(IRemoteConnection conn,
String... command)
conn - connection to use for creating remote processes
void initialize()
boolean isInitialized()
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||