Uses of Class
org.eclipse.wst.common.componentcore.resources.ComponentHandle

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

Methods in org.eclipse.wst.common.componentcore that return ComponentHandle
 ComponentHandle ArtifactEdit.getComponentHandle()
           
 

Methods in org.eclipse.wst.common.componentcore with parameters of type ComponentHandle
static ArtifactEdit ArtifactEdit.getArtifactEditForRead(ComponentHandle aHandle)
           Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent.
static ArtifactEdit ArtifactEdit.getArtifactEditForWrite(ComponentHandle aHandle)
           Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent.
 

Constructors in org.eclipse.wst.common.componentcore with parameters of type ComponentHandle
ArtifactEdit(ComponentHandle aHandle, boolean toAccessAsReadOnly)
           Creates an instance facade for the given WorkbenchComponent.
 

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

Methods in org.eclipse.wst.common.componentcore.resources that return ComponentHandle
static ComponentHandle ComponentHandle.create(org.eclipse.core.resources.IProject aProject, java.lang.String aComponentName)
          Creates a component handle that indicates a component with the name aComponentName contained by the project aProject.
 ComponentHandle IVirtualComponent.getComponentHandle()
          The componentHandle is a handy way to pass the identity of this component instance