Class BslXtextResourceCleaner

    • Constructor Detail

      • BslXtextResourceCleaner

        public BslXtextResourceCleaner()
    • Method Detail

      • 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