TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.navigator.proxy
Class Proxy

java.lang.Object
  extended by org.eclipse.hyades.test.ui.navigator.AbstractProxy
      extended by org.eclipse.hyades.test.ui.internal.navigator.proxy.Proxy
All Implemented Interfaces:
org.eclipse.hyades.test.ui.navigator.IProxy

public class Proxy
extends org.eclipse.hyades.test.ui.navigator.AbstractProxy
implements org.eclipse.hyades.test.ui.navigator.IProxy


Constructor Summary
Proxy(org.eclipse.core.resources.IResource res, java.lang.String id)
           
Proxy(java.lang.String resName, java.lang.String id)
          Creates a proxy
 
Method Summary
 java.lang.String getIdentifier()
           
 org.eclipse.core.resources.IResource getUnderlyingResource()
           
 
Methods inherited from class org.eclipse.hyades.test.ui.navigator.AbstractProxy
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy(org.eclipse.core.resources.IResource res,
             java.lang.String id)

Proxy

public Proxy(java.lang.String resName,
             java.lang.String id)
Creates a proxy

Parameters:
resName - the workspace relative path of the underlying resource of the proxy
id - identifier of the proxy
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Specified by:
getIdentifier in interface org.eclipse.hyades.test.ui.navigator.IProxy

getUnderlyingResource

public org.eclipse.core.resources.IResource getUnderlyingResource()
Specified by:
getUnderlyingResource in interface org.eclipse.hyades.test.ui.navigator.IProxy

TPTP 4.5.0 Testing Tools Project
Internal API Specification