Interface IXtextResourceCleaner
- 
- All Known Implementing Classes:
- BslXtextResourceCleaner
 
 public interface IXtextResourceCleanerSpecial interface for extension point "com._1c.g5.modeling.xtext.xtextResourceCleaner". Contains method for clearing resource data
 For more information seeXtextResourceCleanerService
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanUp(org.eclipse.emf.ecore.resource.Resource resource)Cleans data fromresourcebooleanisSupported(org.eclipse.emf.ecore.resource.Resource resource)Checks that this cleaner supportedresource
 
- 
- 
- 
Method Detail- 
isSupportedboolean isSupported(org.eclipse.emf.ecore.resource.Resource resource) Checks that this cleaner supportedresource- Parameters:
- resource- checking resource for clearing, can't be- null
- Returns:
- trueif this cleaner supported- resource,- falseotherwise
 
 - 
cleanUpvoid cleanUp(org.eclipse.emf.ecore.resource.Resource resource) Cleans data fromresource- Parameters:
- resource- clearing resources, can't be- null
 
 
- 
 
-