TPTP 4.2.0 Testing Tools Project
Public API Specification

Package org.eclipse.hyades.test.common.testservices.resources

Interface Summary
IRemoteResource An IRemoteResource is a representation of a file, directory or other resource which exists on a remote machine.
IRemoteResourceProvider An IRemoteResourceProvider is a component which provides services for inspecting available resources on a remote workbench machine, and for fetching those resources at runtime.
 

Class Summary
FilesystemResource A FilesystemResource represents a file that exists within the filesystem of a remote workbench machine.
FilesystemResourceProvider A FilesystemResourceProvider is a component that provides services for inspecting available resources on the filesystem of a remote workbench machine, and for fetching those resources at runtime.
RemoteResourceProviderFactory This factory class provides instances of IRemoteResourceProvider implementations.
WorkspaceResource A WorkspaceResource is a representation of a file that resides within the workspace on the remote workbench's machine.
WorkspaceResourceProvider A WorkspaceResourceProvider is a component that provides services for inspecting available resources within the workspace on a remote workbench machine, and for fetching those resources at runtime.
 

Exception Summary
UnsupportedRemoteResourceException An UnsupportedRemoteResourceException indicates that an instance of IRemoteResourceProvider was invoked using an unsupported instance of IRemoteResource.
 


TPTP 4.2.0 Testing Tools Project
Public API Specification