org.gradle.internal.service

Class DefaultServiceRegistry

Service instances are created on demand. getFactory(Class) looks for a service instance which implements Factory<T> where T is the expected type.

.

Service registries are arranged in a hierarchy. If a service of a given type cannot be located, the registry uses its parent registry, if any, to locate the service.

Copyright © 2013. All rights reserved