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

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IModuleResource

public interface IModuleFolder
extends IModuleResource

A folder within a module.


Method Summary
 IModuleResource[] members()
          Returns the members (contents) of this folder.
 
Methods inherited from interface org.eclipse.wst.server.core.model.IModuleResource
getModuleRelativePath, getName
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

members

public IModuleResource[] members()
Returns the members (contents) of this folder.

Returns:
an array containing the module resources contained in this folder