com.aptana.ide.debug.internal.ui
Class ActiveResourcePathGetterAdapter

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.ActiveResourcePathGetterAdapter
All Implemented Interfaces:
IActiveResourcePathGetterAdapter

public class ActiveResourcePathGetterAdapter
extends java.lang.Object
implements IActiveResourcePathGetterAdapter

Author:
Max Stepanov

Constructor Summary
ActiveResourcePathGetterAdapter()
           
 
Method Summary
 org.eclipse.core.resources.IResource getActiveResource()
          getActiveResource
 org.eclipse.core.runtime.IPath getActiveResourcePath()
          getActiveResourcePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveResourcePathGetterAdapter

public ActiveResourcePathGetterAdapter()
Method Detail

getActiveResource

public org.eclipse.core.resources.IResource getActiveResource()
Description copied from interface: IActiveResourcePathGetterAdapter
getActiveResource

Specified by:
getActiveResource in interface IActiveResourcePathGetterAdapter
Returns:
IResource
See Also:
IActiveResourcePathGetterAdapter.getActiveResource()

getActiveResourcePath

public org.eclipse.core.runtime.IPath getActiveResourcePath()
Description copied from interface: IActiveResourcePathGetterAdapter
getActiveResourcePath

Specified by:
getActiveResourcePath in interface IActiveResourcePathGetterAdapter
Returns:
IPath
See Also:
IActiveResourcePathGetterAdapter.getActiveResourcePath()