| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.collections | |
| org.gradle.api.internal.tasks |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends T> |
DefaultDomainObjectCollection.filteredEvents(CollectionFilter<S> filter) |
protected CollectionEventRegister<T> |
DefaultDomainObjectCollection.getEventRegister() |
| Constructor and Description |
|---|
DefaultDomainObjectCollection(Class<? extends T> type,
Collection<T> store,
CollectionEventRegister<T> eventRegister) |
DefaultDomainObjectSet(Class<? extends T> type,
Collection<T> store,
CollectionEventRegister<T> eventRegister) |
DefaultNamedDomainObjectCollection(Class<? extends T> type,
Collection<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectList(Class<T> type,
CollectionEventRegister<T> collectionEventRegister,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectSet(Class<? extends T> type,
Set<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
Namer<? super T> namer)
Subclasses using this constructor must ensure that the
store uses a name based equality strategy as per the contract on NamedDomainObjectContainer. |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
CollectionEventRegister.filtered(CollectionFilter<S> filter) |
| Constructor and Description |
|---|
DefaultTaskCollection(Class<? extends T> type,
Set<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
ProjectInternal project) |
Copyright © 2013. All rights reserved