public interface ExcludeRuleContainer
A container for adding exclude rules for dependencies.
修飾子とタイプ | メソッドと説明 |
---|---|
void |
add(Map<String,String> args)
Adds an exclude rule to this container.
|
Set<ExcludeRule> |
getRules()
Returns all the exclude rules added to this container.
|
Set<ExcludeRule> getRules()
void add(Map<String,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.