Class BslLightClusteringBuilderStateCallback

    • Constructor Detail

      • BslLightClusteringBuilderStateCallback

        public BslLightClusteringBuilderStateCallback()
    • Method Detail

      • isSupported

        public boolean isSupported​(org.eclipse.emf.ecore.resource.Resource resource)
        Description copied from interface: ILightClusteringBuilderStateCallback
        Checks that this participant can process this type of resource
        Specified by:
        isSupported in interface ILightClusteringBuilderStateCallback
        Parameters:
        resource - resource for checking availability of processing, can't be null
        Returns:
        true if this participant can process this type of resource, false otherwise
      • afterWriteNewResourceDescriptions

        public void afterWriteNewResourceDescriptions​(org.eclipse.emf.ecore.resource.Resource resource)
        Description copied from interface: ILightClusteringBuilderStateCallback
        Additional processing resource as soon as new ResourceDescription will be created and registered in method com._1c.g5.modeling.xtext.builder.LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor)}
        Specified by:
        afterWriteNewResourceDescriptions in interface ILightClusteringBuilderStateCallback
        Parameters:
        resource - processing resource, can't be null