Class LightClusteringBuilderStateCallbackService
- java.lang.Object
-
- com._1c.g5.modeling.xtext.resource.LightClusteringBuilderStateCallbackService
-
- All Implemented Interfaces:
ILightClusteringBuilderStateCallbackService
public class LightClusteringBuilderStateCallbackService extends Object implements ILightClusteringBuilderStateCallbackService
Default implementation ofILightClusteringBuilderStateCallbackServicefor aggregating participants registered in "com._1c.g5.modeling.xtext.newResourceDesciptionParticipant" extension point
-
-
Constructor Summary
Constructors Constructor Description LightClusteringBuilderStateCallbackService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)Additional processing resource as soon as newResourceDescriptionwill be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by correspondingILightClusteringBuilderStateCallback
-
-
-
Method Detail
-
afterWriteNewResourceDescriptions
public void afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)
Description copied from interface:ILightClusteringBuilderStateCallbackServiceAdditional processing resource as soon as newResourceDescriptionwill be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by correspondingILightClusteringBuilderStateCallback- Specified by:
afterWriteNewResourceDescriptionsin interfaceILightClusteringBuilderStateCallbackService- Parameters:
resource- processing resource, can't benull
-
-