Groovy Documentation

org.gradle.api.internal.artifacts.configurations
Interface DependencyMetaDataProvider


interface DependencyMetaDataProvider

author:
Hans Dockter


Method Summary
Map getClientModuleRegistry()

File getGradleUserHomeDir()

InternalRepository getInternalRepository()

Module getModule()

 

Method Detail

getClientModuleRegistry

public Map getClientModuleRegistry()


getGradleUserHomeDir

public File getGradleUserHomeDir()


getInternalRepository

public InternalRepository getInternalRepository()


getModule

public Module getModule()


 

Groovy Documentation