Interface ResourceDependencies

All Known Subinterfaces:
ResourceChangeTracker
All Known Implementing Classes:
ResourceChangeTrackerImpl

public interface ResourceDependencies
Used by some ResourceTransformer implementations to track additional dependencies that can arise when the underlying resource being transformed can be dependent on other resources (for instance, if it has the notion of "including" or "importing" content).
Since:
5.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDependency(Resource dependency)
    Marks the dependency as an additional resource.
  • Method Details

    • addDependency

      void addDependency(Resource dependency)
      Marks the dependency as an additional resource. A change to the dependency is considered the same as a change to the resource being transformed.
      Parameters:
      dependency -