|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IVirtualReference | |
| 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 IVirtualReference in org.eclipse.wst.common.componentcore |
| Methods in org.eclipse.wst.common.componentcore that return IVirtualReference | |
static IVirtualReference |
ComponentCore.createReference(IVirtualComponent aComponent,
IVirtualComponent aReferencedComponent)
Return an IVirtualReference that captures a relationship between aComponent and aReferencedComponent. |
static IVirtualReference |
ComponentCore.createReference(IVirtualComponent aComponent,
IVirtualComponent aReferencedComponent,
org.eclipse.core.runtime.IPath runtimePath)
|
| Uses of IVirtualReference in org.eclipse.wst.common.componentcore.resources |
| Methods in org.eclipse.wst.common.componentcore.resources that return IVirtualReference | |
IVirtualReference[] |
IVirtualComponent.getReferences()
Virtual components may reference other virtual components to build logical dependency trees. |
IVirtualReference |
IVirtualComponent.getReference(java.lang.String aComponentName)
Virtual components may reference other virtual components to build logical dependency trees. |
| Methods in org.eclipse.wst.common.componentcore.resources with parameters of type IVirtualReference | |
void |
IVirtualComponent.setReferences(IVirtualReference[] theReferences)
Virtual components may reference other virtual components to build logical dependency trees. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||