public class GradleInternalServiceRegistry extends DefaultServiceRegistry implements ServiceRegistryFactory
GradleInternal instance.| Constructor and Description |
|---|
GradleInternalServiceRegistry(ServiceRegistry parent,
GradleInternal gradle) |
| Modifier and Type | Method and Description |
|---|---|
protected BuildExecuter |
createBuildExecuter() |
ServiceRegistryFactory |
createFor(Object domainObject)
Creates the services for the given domain object.
|
protected IProjectRegistry |
createIProjectRegistry() |
protected PluginRegistry |
createPluginRegistry() |
protected ProjectFinder |
createProjectFinder() |
protected TaskGraphExecuter |
createTaskGraphExecuter() |
add, add, close, get, getFactory, newInstance, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, getFactory, newInstancepublic GradleInternalServiceRegistry(ServiceRegistry parent, GradleInternal gradle)
protected BuildExecuter createBuildExecuter()
protected ProjectFinder createProjectFinder()
protected IProjectRegistry createIProjectRegistry()
protected TaskGraphExecuter createTaskGraphExecuter()
protected PluginRegistry createPluginRegistry()
public ServiceRegistryFactory createFor(Object domainObject)
ServiceRegistryFactorycreateFor in interface ServiceRegistryFactorydomainObject - The domain object.Copyright © 2013. All rights reserved