org.gradle.api.artifacts.dsl
Interface RepositoryHandlerFactory


public interface RepositoryHandlerFactory


Method Summary
 RepositoryHandler createRepositoryHandler(Convention convention)
          Creates a repository handler.
 

Method Detail

createRepositoryHandler

RepositoryHandler createRepositoryHandler(Convention convention)
Creates a repository handler. The returned handler will also implement IConventionAware.