Interface IXtextResourceCleaner

All Known Implementing Classes:
BslXtextResourceCleaner

public interface IXtextResourceCleaner
Special interface for extension point "com._1c.g5.modeling.xtext.xtextResourceCleaner". Contains method for clearing resource data
For more information see XtextResourceCleanerService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cleanUp(org.eclipse.emf.ecore.resource.Resource resource)
    Cleans data from resource
    boolean
    isSupported(org.eclipse.emf.ecore.resource.Resource resource)
    Checks that this cleaner supported resource
  • Method Details

    • isSupported

      boolean isSupported(org.eclipse.emf.ecore.resource.Resource resource)
      Checks that this cleaner supported resource
      Parameters:
      resource - checking resource for clearing, can't be null
      Returns:
      true if this cleaner supported resource, false otherwise
    • cleanUp

      void cleanUp(org.eclipse.emf.ecore.resource.Resource resource)
      Cleans data from resource
      Parameters:
      resource - clearing resources, can't be null