org.gradle.api.artifacts
Interface ExcludeRule
public interface ExcludeRule
An ExcludeRule
is used to describe transitive dependencies that should be excluded when resolving
dependencies.
Method Summary |
java.util.Map<java.lang.String,java.lang.String> |
getExcludeArgs()
Returns the arguments of an exclude rule. |
GROUP_KEY
static final java.lang.String GROUP_KEY
- See Also:
- Constant Field Values
MODULE_KEY
static final java.lang.String MODULE_KEY
- See Also:
- Constant Field Values
getExcludeArgs
java.util.Map<java.lang.String,java.lang.String> getExcludeArgs()
- Returns the arguments of an exclude rule. The possible keys for the map are:
group
- The exact name of the organization or group that should be excluded.
module
- The exact name of the module that should be excluded