public class ResourceLoadingSlotEntry extends Object implements ISlotEntry
| Constructor and Description |
|---|
ResourceLoadingSlotEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUri(String uri)
a regular expression matching against the
Resource's URIs. |
protected boolean |
isMatch(org.eclipse.emf.ecore.resource.Resource resource) |
void |
preInvoke()
implementers can check their configuration and throw
IllegalStateException when problems exists. |
void |
put(org.eclipse.emf.mwe.core.WorkflowContext ctx,
IResourceDescriptions descriptions,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
implementers can modify the ctx (i.e. add new entries based on the configuration)
|
void |
setSlot(String slot)
the
WorkflowContext's slot to store the found Resources in. |
public void setSlot(String slot)
WorkflowContext's slot to store the found Resources in.public void addUri(String uri)
Resource's URIs.public void put(org.eclipse.emf.mwe.core.WorkflowContext ctx,
IResourceDescriptions descriptions,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
ISlotEntryput in interface ISlotEntryctx - - the workflow context to modifydescriptions - - the index stateresourceSet - - the resource set containing the loaded resourcesprotected boolean isMatch(org.eclipse.emf.ecore.resource.Resource resource)
public void preInvoke()
ISlotEntryIllegalStateException when problems exists.preInvoke in interface ISlotEntryCopyright © 2015. All Rights Reserved.