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

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

Subinterfaces of IVirtualContainer in org.eclipse.wst.common.componentcore.resources
 interface IVirtualComponent
          Represents a component as defined by the .wtpmodules file.
 interface IVirtualFolder
          Represents a folder that can be navigated through an abstract ("virtual") path.
 

Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualContainer
 IVirtualContainer IVirtualResource.getParent()
          Returns the virtual resource which contains this virtual resource, or null if it has no parent (that is, the virtual resource represents the root of the component).