|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IVirtualFile | |
| 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 IVirtualFile in org.eclipse.wst.common.componentcore |
| Methods in org.eclipse.wst.common.componentcore that return IVirtualFile | |
static IVirtualFile |
ComponentCore.createFile(org.eclipse.core.resources.IProject aProject,
java.lang.String aComponentName,
org.eclipse.core.runtime.IPath aRuntimePath)
Return an IVirtualFile with a runtime path specified by aRuntimePath contained by aProject, in a component named aComponentName. |
| Uses of IVirtualFile in org.eclipse.wst.common.componentcore.resources |
| Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualFile | |
IVirtualFile |
IVirtualContainer.getFile(org.eclipse.core.runtime.IPath path)
Returns a handle to the file identified by the given path in this container. |
IVirtualFile |
IVirtualContainer.getFile(java.lang.String name)
Returns a handle to the file with the given name in this folder. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||