|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Incubating public interface ResolutionRules
Represents a set of rules/actions that can be applied during dependency resolution. Currently these are restricted to controlling caching, but these could possibly be extended in the future to include other manipulations.
| Method Summary | |
|---|---|
void |
eachArtifact(Action<? super ArtifactResolutionControl> rule)
Apply a rule to control resolution of artifacts. |
void |
eachDependency(Action<? super DependencyResolutionControl> rule)
Apply a rule to control resolution of dependencies. |
void |
eachModule(Action<? super ModuleResolutionControl> rule)
Apply a rule to control resolution of modules. |
| Method Detail |
|---|
void eachDependency(Action<? super DependencyResolutionControl> rule)
rule - the rule to applyvoid eachModule(Action<? super ModuleResolutionControl> rule)
rule - the rule to applyvoid eachArtifact(Action<? super ArtifactResolutionControl> rule)
rule - the rule to apply
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||