Class ResourceChangeChecker

  • All Implemented Interfaces:
    IConditionChecker

    public class ResourceChangeChecker
    extends Object
    implements IConditionChecker
    A resource operation checker is a shared checker to collect all changes done by the refactoring and the participants to resources so that they can be validated as one change. A resource operation checker supersedes the ValidateEditChecker. So if clients add their content changes to this checker there is no need to add them to the ValidateEditChecker as well.

    Note: this class is not intended to be extended by clients.

    Since:
    3.2
    See Also:
    ResourceChangeValidator
    Restriction:
    This class is not intended to be subclassed by clients.