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 of
ILightClusteringBuilderStateCallbackService for aggregating participants registered in
"com._1c.g5.modeling.xtext.newResourceDesciptionParticipant" extension point-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterWriteNewResourceDescriptions(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
-
Constructor Details
-
LightClusteringBuilderStateCallbackService
public LightClusteringBuilderStateCallbackService()
-
-
Method Details
-
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
-