|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ExcludeRuleContainer
A container for adding exclude rules for dependencies.
Method Summary | |
---|---|
void
|
add(Map args)
Adds an exclude rule to this container. |
Set
|
getRules()
Returns all the exclude rules added to this container. |
Method Detail |
---|
public void add(Map args)
group
- The exact name of the organization or group that should be excluded.
module
- The exact name of the module that should be excluded
args
- A map describing the exclude pattern.
public Set getRules()
Gradle API 1.12