Groovy Documentation

org.gradle.api.artifacts.dsl
Interface RepositoryHandlerFactory


interface RepositoryHandlerFactory

author:
Hans Dockter


Method Summary
RepositoryHandler createRepositoryHandler(Convention convention)

Creates a repository handler.

 

Method Detail

createRepositoryHandler

public RepositoryHandler createRepositoryHandler(Convention convention)
Creates a repository handler. The returned handler will also implement org.gradle.api.internal.IConventionAware.


 

Groovy Documentation