Package org.eclipse.xtext.mwe
Interface ISlotEntry
-
- All Known Implementing Classes:
ResourceLoadingSlotEntry,ResourceSetBasedSlotEntry,SlotEntry
public interface ISlotEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreInvoke()implementers can check their configuration and throwIllegalStateExceptionwhen problems exists.voidput(org.eclipse.emf.mwe.core.WorkflowContext ctx, IResourceDescriptions descriptions, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)implementers can modify the ctx (i.e.
-
-
-
Method Detail
-
preInvoke
void preInvoke()
implementers can check their configuration and throwIllegalStateExceptionwhen problems exists.
-
put
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)- Parameters:
ctx- - the workflow context to modifydescriptions- - the index stateresourceSet- - the resource set containing the loaded resources
-
-