|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IVirtualResource | |
| org.eclipse.wst.common.componentcore | The ComponentCore API allows clients to work with the Structural Metamodels that define abstract modules within Eclipse projects. |
| org.eclipse.wst.common.componentcore.resources | The ComponentCore Virtual Path API allows clients to navigate logical collections of files within Eclipse projects using API similar to the Eclipse IResource API. |
| Uses of IVirtualResource in org.eclipse.wst.common.componentcore |
| Methods in org.eclipse.wst.common.componentcore that return IVirtualResource | |
static IVirtualResource[] |
ComponentCore.createResources(org.eclipse.core.resources.IResource aResource)
Return an array of IVirtualResources that represent the given IResource. |
| Uses of IVirtualResource in org.eclipse.wst.common.componentcore.resources |
| Subinterfaces of IVirtualResource in org.eclipse.wst.common.componentcore.resources | |
interface |
IVirtualContainer
Represents a component as defined by the WTP Modules file. |
interface |
IVirtualFile
Represents a file that can be navigated through an abstract ("virtual") path. |
interface |
IVirtualFolder
Represents a folder that can be navigated through an abstract ("virtual") path. |
| Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualResource | |
IVirtualResource |
IVirtualContainer.findMember(java.lang.String name)
Finds and returns the member virtual resource (folder or file) with the given name in this container, or null if no such
resource exists. |
IVirtualResource |
IVirtualContainer.findMember(java.lang.String name,
int searchFlags)
Finds and returns the member resource (folder, or file) with the given name in this container, or null if
there is no such resource.
|
IVirtualResource |
IVirtualContainer.findMember(org.eclipse.core.runtime.IPath path)
Finds and returns the member resource identified by the given path in this container, or null if no such resource exists.
|
IVirtualResource |
IVirtualContainer.findMember(org.eclipse.core.runtime.IPath path,
int searchFlags)
Finds and returns the member resource identified by the given path in this container, or null if there is no such resource.
|
IVirtualResource[] |
IVirtualContainer.members()
Returns a list of existing member resources (projects, folders and files) in this resource, in no particular order. |
IVirtualResource[] |
IVirtualContainer.members(int memberFlags)
Returns a list of all member resources (projects, folders and files) in this resource, in no particular order. |
IVirtualResource[] |
IVirtualContainer.getResources(java.lang.String aResourceType)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||