org.eclipse.wst.server.core.model
Interface IModuleResource

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
All Known Subinterfaces:
IModuleFile, IModuleFolder

public interface IModuleResource
extends org.eclipse.core.runtime.IAdaptable

A resource (file or folder) within a module.

Since:
1.0

Method Summary
 org.eclipse.core.runtime.IPath getModuleRelativePath()
          Returns the module relative path to this resource.
 java.lang.String getName()
          Returns the name of this resource.
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getModuleRelativePath

org.eclipse.core.runtime.IPath getModuleRelativePath()
Returns the module relative path to this resource.

Returns:
the module relative path to this resource

getName

java.lang.String getName()
Returns the name of this resource.

Returns:
the name of this resource