com.aptana.ide.core.resources
Class AbstractUniformResource

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by com.aptana.ide.core.resources.AbstractUniformResource
All Implemented Interfaces:
IUniformResource, org.eclipse.core.runtime.IAdaptable

public abstract class AbstractUniformResource
extends org.eclipse.core.runtime.PlatformObject
implements IUniformResource

Author:
Max Stepanov

Constructor Summary
protected AbstractUniformResource()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aptana.ide.core.resources.IUniformResource
getURI
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

AbstractUniformResource

protected AbstractUniformResource()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()