Interface IDifferenceGroupProvider2

All Superinterfaces:
Adapter, IDifferenceGroupProvider
All Known Implementing Classes:
AbstractDifferenceGroupProvider, ByResourceGroupProvider, DefaultGroupProvider, EmptyDifferenceGroupProvider, KindGroupProvider, ThreeWayComparisonGroupProvider

public interface IDifferenceGroupProvider2 extends IDifferenceGroupProvider
Extended interface of IDifferenceGroupProvider that gives information on the building status of its groups.
Since:
4.1
  • Method Details

    • groupsAreBuilt

      boolean groupsAreBuilt()
      Tells if the groups of this provider have been already built for a comparison.
      Returns:
      true if the groups has been built for this comparison or false otherwise.