Package com._1c.g5.v8.dt.bsl.bm
Class BslXtextResourceCleaner
- java.lang.Object
- 
- com._1c.g5.v8.dt.bsl.bm.BslXtextResourceCleaner
 
- 
- All Implemented Interfaces:
- IXtextResourceCleaner
 
 public class BslXtextResourceCleaner extends Object implements IXtextResourceCleaner Special implementation ofIXtextResourceCleanerforBslResource
- 
- 
Constructor SummaryConstructors Constructor Description BslXtextResourceCleaner()
 - 
Method SummaryAll Methods Instance Methods Concrete 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- 
isSupportedpublic boolean isSupported(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:IXtextResourceCleanerChecks that this cleaner supportedresource- Specified by:
- isSupportedin interface- IXtextResourceCleaner
- Parameters:
- resource- checking resource for clearing, can't be- null
- Returns:
- trueif this cleaner supported- resource,- falseotherwise
 
 - 
cleanUppublic void cleanUp(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:IXtextResourceCleanerCleans data fromresource- Specified by:
- cleanUpin interface- IXtextResourceCleaner
- Parameters:
- resource- clearing resources, can't be- null
 
 
- 
 
-