|
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 | |
---|---|
String |
GROUP_KEY
|
String |
MODULE_KEY
|
Method Summary | |
---|---|
Map
|
getExcludeArgs()
Returns the arguments of an exclude rule. |
String
|
getGroup()
The exact name of the organization or group that should be excluded. |
String
|
getModule()
The exact name of the module that should be excluded. |
Field Detail |
---|
public String GROUP_KEY
public String MODULE_KEY
Method Detail |
---|
@Deprecated public 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.
public String getGroup()
public String getModule()
Gradle API 1.12