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
Special implementation of
IXtextResourceCleaner for BslResource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp(org.eclipse.emf.ecore.resource.Resource resource) Cleans data fromresourcebooleanisSupported(org.eclipse.emf.ecore.resource.Resource resource) Checks that this cleaner supportedresource
-
Constructor Details
-
BslXtextResourceCleaner
public BslXtextResourceCleaner()
-
-
Method Details
-
isSupported
public boolean isSupported(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:IXtextResourceCleanerChecks that this cleaner supportedresource- Specified by:
isSupportedin interfaceIXtextResourceCleaner- Parameters:
resource- checking resource for clearing, can't benull- Returns:
trueif this cleaner supportedresource,falseotherwise
-
cleanUp
public void cleanUp(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:IXtextResourceCleanerCleans data fromresource- Specified by:
cleanUpin interfaceIXtextResourceCleaner- Parameters:
resource- clearing resources, can't benull
-