|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | 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 rule)
Apply a rule to control resolution of artifacts. |
void
|
eachDependency(Action rule)
Apply a rule to control resolution of dependencies. |
void
|
eachModule(Action rule)
Apply a rule to control resolution of modules. |
| Method Detail |
|---|
public void eachArtifact(Action rule)
rule - the rule to apply
public void eachDependency(Action rule)
rule - the rule to apply
public void eachModule(Action rule)
rule - the rule to apply
Gradle API 1.5