org.apache.tapestry5.services.assets
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
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
-
Copyright © 2003-2012 The Apache Software Foundation.