public interface ExcludeRule
ExcludeRule
is used to describe transitive dependencies that should be excluded when resolving
dependencies.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GROUP_KEY |
static java.lang.String |
MODULE_KEY |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getExcludeArgs()
Deprecated.
Use
getGroup() or getModule() instead. |
java.lang.String |
getGroup()
The exact name of the organization or group that should be excluded.
|
java.lang.String |
getModule()
The exact name of the module that should be excluded.
|
static final java.lang.String GROUP_KEY
static final java.lang.String MODULE_KEY
java.lang.String getGroup()
java.lang.String getModule()
@Deprecated java.util.Map<java.lang.String,java.lang.String> 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.