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

Packages that use IVirtualFolder
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 IVirtualFolder in org.eclipse.wst.common.componentcore
 

Methods in org.eclipse.wst.common.componentcore that return IVirtualFolder
static IVirtualFolder ComponentCore.createFolder(org.eclipse.core.resources.IProject aProject, java.lang.String aComponentName, org.eclipse.core.runtime.IPath aRuntimePath)
          Return an IVirtualFolder with a runtime path specified by aRuntimePath contained by aProject, in a component named aComponentName.
 

Uses of IVirtualFolder in org.eclipse.wst.common.componentcore.resources
 

Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualFolder
 IVirtualFolder IVirtualComponent.getRootFolder()
          Returns a handle to the root folder.
 IVirtualFolder IVirtualContainer.getFolder(org.eclipse.core.runtime.IPath path)
          Returns a handle to the folder identified by the given path in this container.
 IVirtualFolder IVirtualContainer.getFolder(java.lang.String name)
          Returns a handle to the folder with the given name in this folder.