Uses of Class
org.eclipse.wst.common.componentcore.ArtifactEdit

Packages that use ArtifactEdit
org.eclipse.wst.common.componentcore The ComponentCore API allows clients to work with the Structural Metamodels that define abstract modules within Eclipse projects.  
 

Uses of ArtifactEdit in org.eclipse.wst.common.componentcore
 

Methods in org.eclipse.wst.common.componentcore that return ArtifactEdit
static ArtifactEdit ArtifactEdit.getArtifactEditForRead(IVirtualComponent aModule)
           Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent.
static ArtifactEdit ArtifactEdit.getArtifactEditForWrite(IVirtualComponent aModule)
           Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent.
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.