|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of domain objects in this container.public interface DomainObjectContainer<T>
A DomainObjectContainer represents a mutable collection of domain objects of type T.
| Method Summary | |
|---|---|
Rule |
addRule(Rule rule)
Adds a rule to this container. |
java.util.List<Rule> |
getRules()
Returns the rules used by this container. |
| Methods inherited from interface org.gradle.api.DomainObjectCollection |
|---|
allObjects, allObjects, findAll, findByName, getAll, getAsMap, getAt, getByName, getByName, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, withType |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
Rule addRule(Rule rule)
rule - The rule to add.
java.util.List<Rule> getRules()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||