|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.artifacts.DefaultExcludeRuleContainer
class DefaultExcludeRuleContainer extends java.lang.Object
Constructor Summary | |
DefaultExcludeRuleContainer()
|
|
DefaultExcludeRuleContainer(Set addedRules)
|
Method Summary | |
---|---|
void
|
add(Map args)
|
Set
|
getRules()
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public DefaultExcludeRuleContainer()
public DefaultExcludeRuleContainer(Set addedRules)
Method Detail |
---|
public void add(Map args)
public Set getRules()
Groovy Documentation