public class DefaultExcludeRule extends Object implements ExcludeRule
GROUP_KEY, MODULE_KEY| Constructor and Description |
|---|
DefaultExcludeRule() |
DefaultExcludeRule(String group,
String module) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getExcludeArgs()
Returns the arguments of an exclude rule.
|
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.
|
int |
hashCode() |
void |
setGroup(String groupValue) |
void |
setModule(String moduleValue) |
public String getGroup()
ExcludeRulegetGroup in interface ExcludeRulepublic void setGroup(String groupValue)
public String getModule()
ExcludeRulegetModule in interface ExcludeRulepublic void setModule(String moduleValue)
public Map<String,String> getExcludeArgs()
ExcludeRulegroup - The exact name of the organization or group that should be excluded.
module - The exact name of the module that should be excluded.
getExcludeArgs in interface ExcludeRuleCopyright © 2013. All rights reserved