|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ExcludeRule
An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
| Field Summary | |
|---|---|
java.lang.String |
GROUP_KEY
|
java.lang.String |
MODULE_KEY
|
| Method Summary | |
|---|---|
java.util.Map
|
getExcludeArgs()
Returns the arguments of an exclude rule. |
| Field Detail |
|---|
public java.lang.String GROUP_KEY
public java.lang.String MODULE_KEY
| Method Detail |
|---|
public java.util.Map getExcludeArgs()
group - The exact name of the organization or group that should be excluded.
module - The exact name of the module that should be excluded
Groovy Documentation