org.eclipse.hyades.test.ui.internal.navigator.proxy
Class Proxy
java.lang.Object
org.eclipse.hyades.test.ui.navigator.AbstractProxy
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 |
| 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 |
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 proxyid - identifier of the proxy
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