Interface IXtextResourceCleanerService
- 
- All Known Implementing Classes:
- XtextResourceCleanerService
 
 public interface IXtextResourceCleanerServiceInterface for mechanism of clearing resource in xtext builder. Also supporting clearing all resources in project.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanUp(org.eclipse.emf.ecore.resource.Resource resource)Clears data fromresource.booleanisClean(org.eclipse.emf.common.util.URI uri)Checks that resource withuriwas cleaned
 
- 
- 
- 
Method Detail- 
cleanUpvoid cleanUp(org.eclipse.emf.ecore.resource.Resource resource) Clears data fromresource. The logic of clearing resource data is defined by extension points "com._1c.g5.modeling.xtext.xtextResourceCleaner" for each type of resource- Parameters:
- resource- clearing- Resource, can't be- null
 
 - 
isCleanboolean isClean(org.eclipse.emf.common.util.URI uri) Checks that resource withuriwas cleaned- Parameters:
- uri- resource- URIfor checking, can't be- null
- Returns:
- trueif resource with- uriwas cleaned- falseotherwise
 
 
- 
 
-