Interface ILightClusteringBuilderStateCallback
-
- All Known Implementing Classes:
BslLightClusteringBuilderStateCallback
public interface ILightClusteringBuilderStateCallbackSpecial participant for processing resource in method LightClusteringBuilderState#writeNewResourceDescriptions(BuildData, IResourceDescriptions, CurrentDescriptions, IProgressMonitor) when new ResourceDescription was created and registered
-
-
Method Summary
All Methods Instance Methods Abstract 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)}booleanisSupported(org.eclipse.emf.ecore.resource.Resource resource)Checks that this participant can process this type of resource
-
-
-
Method Detail
-
isSupported
boolean isSupported(org.eclipse.emf.ecore.resource.Resource resource)
Checks that this participant can process this type of resource- Parameters:
resource- resource for checking availability of processing, can't benull- Returns:
trueif this participant can process this type of resource,falseotherwise
-
afterWriteNewResourceDescriptions
void afterWriteNewResourceDescriptions(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)}- Parameters:
resource- processing resource, can't benull
-
-