Interface ResourceDependencies
-
- All Known Subinterfaces:
ResourceChangeTracker
- All Known Implementing Classes:
ResourceChangeTrackerImpl
public interface ResourceDependencies
Used by someResourceTransformer
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDependency(Resource dependency)
Marks the dependency as an additional resource.
-
-
-
Method Detail
-
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
-
-
-