| Package | Description |
|---|---|
| org.gradle.api.internal.concurrent | |
| org.gradle.internal.service | |
| org.gradle.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SynchronizedServiceRegistry.get(Class<T> serviceType) |
<T> Factory<T> |
SynchronizedServiceRegistry.getFactory(Class<T> type) |
<T> T |
SynchronizedServiceRegistry.newInstance(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ServiceRegistry.get(Class<T> serviceType)
Locates the service of the given type.
|
<T> Factory<T> |
ServiceRegistry.getFactory(Class<T> type)
Locates a factory which can create services of the given type.
|
<T> T |
ServiceRegistry.newInstance(Class<T> type)
Creates a new service instance of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ServiceLocator.get(Class<T> serviceType) |
<T> ServiceLocator.ServiceFactory<T> |
ServiceLocator.getFactory(Class<T> serviceType) |
<T> T |
ServiceLocator.newInstance(Class<T> type) |
Copyright © 2013. All rights reserved