Groovy Documentation

org.gradle.api.artifacts
[Java] Interface ExcludeRule


public interface ExcludeRule

An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.

Authors:
Hans Dockter


Field Summary
String GROUP_KEY

String MODULE_KEY

 
Method Summary
Map getExcludeArgs()

Returns the arguments of an exclude rule.

 

Field Detail

GROUP_KEY

public String GROUP_KEY


MODULE_KEY

public String MODULE_KEY


 
Method Detail

getExcludeArgs

public Map getExcludeArgs()
Returns the arguments of an exclude rule. The possible keys for the map are:


 

Gradle API 1.0-milestone-8a