Interface IsAffectedExtension

    • Method Detail

      • isAffected

        boolean isAffected​(java.util.Collection<IResourceDescription.Delta> deltas,
                           IResourceDescription candidate,
                           IResourceDescriptions context)
        Answers true if the given candidate is impacted by the given delta beyond the default linking semantics. If the default answered true, an extension is never asked, e.g. it cannot contradict the default implementation or other extensions by turning their yes into a no.