TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Interface IFileProxyFactory

All Known Subinterfaces:
IPersistableFileProxyFactory

public interface IFileProxyFactory

Factory interface to produce a proxy from a file. Implementation of this interface should be used in the following extension point:

org.eclipse.hyades.test.ui.testNavigatorFileProxyFactory

Since:
3.2

Method Summary
 IProxyNode create(org.eclipse.core.resources.IFile file, java.lang.Object parent)
          Create a proxy node fromt the given file.
 

Method Detail

create

public IProxyNode create(org.eclipse.core.resources.IFile file,
                         java.lang.Object parent)
Create a proxy node fromt the given file.

Parameters:
file - the file to convert in proxy.
parent - an existing object (proxy node or not) which is the parent of the file proxy node in the proxy node hierarchy.
Returns:
a proxy which is used in the test navigator instead of the file itself.

TPTP 4.4.0 Testing Tools Project
Public API Specification