Uses of Interface
org.eclipse.wst.common.componentcore.resources.IVirtualFile

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(IProject aProject, java.lang.String aComponentName, 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(IPath path)
          Returns a handle to the file identified by the given path in this container.