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 ofILightClusteringBuilderStateCallbackService
for 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 void
afterWriteNewResourceDescriptions(org.eclipse.emf.ecore.resource.Resource resource)
Additional processing resource as soon as newResourceDescription
will 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:ILightClusteringBuilderStateCallbackService
Additional processing resource as soon as newResourceDescription
will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)} by correspondingILightClusteringBuilderStateCallback
- Specified by:
afterWriteNewResourceDescriptions
in interfaceILightClusteringBuilderStateCallbackService
- Parameters:
resource
- processing resource, can't benull
-
-