|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExcludeRule
An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving
dependencies.
| Field Summary | |
|---|---|
static String |
GROUP_KEY
|
static String |
MODULE_KEY
|
| Method Summary | |
|---|---|
Map<String,String> |
getExcludeArgs()
Deprecated. Use getGroup() or getModule() instead. |
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 |
|---|
static final String GROUP_KEY
static final String MODULE_KEY
| Method Detail |
|---|
String getGroup()
String getModule()
@Deprecated Map<String,String> getExcludeArgs()
getGroup() or getModule() instead.
group - The exact name of the organization or group that should be excluded.
module - The exact name of the module that should be excluded.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||