Interface IClasspathAttributeDelta

All Known Implementing Classes:
ClasspathAttributeDelta

public interface IClasspathAttributeDelta
A delta which describes changes in IClasspathAttribute of a classpath between two discrete points in time. Given a delta, clients can access the name of the affected attribute as well as the current value of the attribute.

Deltas have a different status depending on the kind of change they represent. The list below summarizes each status (as returned by getKind()) and its meaning (see individual constants for a more detailed description):

  • ADDED - The attribute has been added.
  • REMOVED - The attribute has been removed.
  • CHANGED - The value of the attribute has been changed.
Since:
3.33