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 of IXtextResourceCleaner for BslResource
  • 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 supported resource
      Specified by:
      isSupported in interface IXtextResourceCleaner
      Parameters:
      resource - checking resource for clearing, can't be null
      Returns:
      true if this cleaner supported resource, false otherwise
    • cleanUp

      public void cleanUp(org.eclipse.emf.ecore.resource.Resource resource)
      Description copied from interface: IXtextResourceCleaner
      Cleans data from resource
      Specified by:
      cleanUp in interface IXtextResourceCleaner
      Parameters:
      resource - clearing resources, can't be null