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 TypeMethodDescriptionvoid
cleanUp
(org.eclipse.emf.ecore.resource.Resource resource) Cleans data fromresource
boolean
isSupported
(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:IXtextResourceCleaner
Checks that this cleaner supportedresource
- Specified by:
isSupported
in interfaceIXtextResourceCleaner
- Parameters:
resource
- checking resource for clearing, can't benull
- Returns:
true
if this cleaner supportedresource
,false
otherwise
-
cleanUp
public void cleanUp(org.eclipse.emf.ecore.resource.Resource resource) Description copied from interface:IXtextResourceCleaner
Cleans data fromresource
- Specified by:
cleanUp
in interfaceIXtextResourceCleaner
- Parameters:
resource
- clearing resources, can't benull
-