| Modifier and Type | Class and Description |
|---|---|
class |
ClassGeneratorBackedInstantiator |
class |
DirectInstantiator |
| Modifier and Type | Method and Description |
|---|---|
static Instantiator |
ThreadGlobalInstantiator.get() |
protected Instantiator |
DefaultNamedDomainObjectCollection.getInstantiator() |
static Instantiator |
ThreadGlobalInstantiator.getOrCreate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadGlobalInstantiator.set(Instantiator instantiator) |
| Constructor and Description |
|---|
AbstractNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator) |
AbstractNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer) |
ClassGeneratorBackedInstantiator(ClassGenerator classGenerator,
Instantiator instantiator) |
DefaultNamedDomainObjectCollection(Class<? extends T> type,
Collection<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectCollection(Class<? extends T> type,
Collection<T> store,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectCollection(DefaultNamedDomainObjectCollection<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectList(Class<T> type,
CollectionEventRegister<T> collectionEventRegister,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectList(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectList(DefaultNamedDomainObjectList<? super T> objects,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectSet(Class<? extends T> type,
Instantiator instantiator) |
DefaultNamedDomainObjectSet(Class<? extends T> type,
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. |
DefaultNamedDomainObjectSet(DefaultNamedDomainObjectSet<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
ExtensibleDynamicObject(Object delegate,
AbstractDynamicObject dynamicDelegate,
Instantiator instantiator) |
ExtensibleDynamicObject(Object delegate,
Instantiator instantiator) |
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator)
Creates a container that instantiates reflectively, expecting a 1 arg constructor taking the name.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Closure factoryClosure)
Creates a container that instantiates using the given factory.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
NamedDomainObjectFactory<T> factory)
Creates a container that instantiates using the given factory.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer)
Creates a container that instantiates reflectively, expecting a 1 arg constructor taking the name.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer,
Closure factoryClosure)
Creates a container that instantiates using the given factory.
|
FactoryNamedDomainObjectContainer(Class<T> type,
Instantiator instantiator,
Namer<? super T> namer,
NamedDomainObjectFactory<T> factory)
Creates a container that instantiates using the given factory.
|
ReflectiveNamedDomainObjectFactory(Class<? extends T> type,
Instantiator instantiator,
Object... extraArgs) |
| Constructor and Description |
|---|
DefaultArtifactRepositoryContainer(ResolverFactory resolverFactory,
Instantiator instantiator) |
| Constructor and Description |
|---|
DefaultConfigurationContainer(ArtifactDependencyResolver dependencyResolver,
Instantiator instantiator,
DomainObjectContext context,
ListenerManager listenerManager,
DependencyMetaDataProvider dependencyMetaDataProvider) |
| Constructor and Description |
|---|
DefaultPublishArtifactFactory(Instantiator instantiator,
DependencyMetaDataProvider metaDataProvider) |
DefaultRepositoryHandler(ResolverFactory resolverFactory,
Instantiator instantiator) |
| Constructor and Description |
|---|
DefaultResolverFactory(LocalMavenRepositoryLocator localMavenRepositoryLocator,
FileResolver fileResolver,
Instantiator instantiator,
RepositoryTransportFactory transportFactory,
LocallyAvailableResourceFinder<org.apache.ivy.core.module.id.ArtifactRevisionId> locallyAvailableResourceFinder,
CachedExternalResourceIndex<String> cachedExternalResourceIndex) |
| Constructor and Description |
|---|
ClientModuleNotationParser(Instantiator instantiator) |
DependencyClassPathNotationParser(Instantiator instantiator,
ClassPathRegistry classPathRegistry,
FileResolver fileResolver) |
DependencyFilesNotationParser(Instantiator instantiator) |
DependencyMapNotationParser(Instantiator instantiator,
Class<T> resultingType) |
DependencyProjectNotationParser(ProjectDependenciesBuildInstruction instruction,
Instantiator instantiator) |
DependencyStringNotationParser(Instantiator instantiator,
Class<T> wantedType) |
ProjectDependencyFactory(ProjectDependenciesBuildInstruction instruction,
Instantiator instantiator) |
| Constructor and Description |
|---|
DefaultConvention(Instantiator instantiator) |
| Modifier and Type | Method and Description |
|---|---|
protected Instantiator |
GlobalServicesRegistry.createInstantiator() |
| Constructor and Description |
|---|
ProjectFactory(Instantiator instantiator) |
| Constructor and Description |
|---|
DefaultSourceSetContainer(FileResolver fileResolver,
TaskResolver taskResolver,
Instantiator classGenerator) |
DefaultTaskCollection(Class<? extends T> type,
Set<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskCollection(Class<T> type,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskCollection(DefaultTaskCollection<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskContainer(ProjectInternal project,
Instantiator instantiator,
ITaskFactory taskFactory) |
DefaultTaskContainerFactory(Instantiator instantiator,
ITaskFactory taskFactory,
Project project) |
| Constructor and Description |
|---|
DefaultReportContainer(Class<? extends T> type,
Instantiator instantiator) |
| Constructor and Description |
|---|
DefaultCompilerRegistry(Instantiator instantiator) |
Copyright © 2013. All rights reserved