|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExcludeRuleContainer
A container for adding exclude rules for dependencies.
Method Summary | |
---|---|
void |
add(java.util.Map<java.lang.String,java.lang.String> args)
Adds an exclude rule to this container. |
java.util.Set<ExcludeRule> |
getRules()
Returns all the exclude rules added to this container. |
Method Detail |
---|
java.util.Set<ExcludeRule> getRules()
void add(java.util.Map<java.lang.String,java.lang.String> args)
group
- The exact name of the organization or group that should be excluded.
module
- The exact name of the module that should be excluded
args
- A map describing the exclude pattern.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |