Returns a list of existing member resources (projects, folders and files) in this resource, in no particular order.
This is a convenience method, fully equivalent to members(IResource.NONE)
. Team-private member resources are not included in the result.
Note that the members of a project or folder are the files and folders immediately contained within it. The members of the workspace root are the projects in the workspace.
@return an array of members of this resource
@exception CoreException if this request fails. Reasons include:
- This resource does not exist.
- This resource is a project that is not open.
@see #findMember(IPath)
@see IResource#isAccessible()