Groovy Documentation

org.gradle.api.internal.project
Class DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl

java.lang.Object
  org.gradle.api.internal.project.DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl
All Implemented Interfaces:
ProjectServiceRegistry

class DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl

Nested Class Summary
class DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl.DependencyMetaDataProviderImpl

class DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl.Service

 
Constructor Summary
DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl(ProjectInternal project)

 
Method Summary
T get(java.lang.Class serviceType)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl

public DefaultProjectServiceRegistryFactory.ProjectServiceRegistryImpl(ProjectInternal project)


 
Method Detail

get

public T get(java.lang.Class serviceType)


 

Groovy Documentation