|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.resolve.maven.aether.config.RepositoriesConfiguration
@groovy.transform.CompileStatic class RepositoriesConfiguration
Property Summary | |
---|---|
AetherDependencyManager |
aetherDependencyManager
|
java.util.List |
repositories
|
org.eclipse.aether.DefaultRepositorySystemSession |
session
|
Constructor Summary | |
RepositoriesConfiguration(AetherDependencyManager dependencyManager, org.eclipse.aether.DefaultRepositorySystemSession session)
|
Method Summary | |
---|---|
protected void
|
configureRepository(org.eclipse.aether.repository.RemoteRepository$Builder repositoryBuilder, groovy.lang.Closure configurer)
|
java.lang.Object
|
environments(groovy.lang.Closure callable)
Environment support |
org.eclipse.aether.repository.RemoteRepository
|
grailsCentral(groovy.lang.Closure configurer = null)
|
void
|
grailsHome()
|
void
|
grailsPlugins()
|
void
|
grailsRepo(java.lang.String location)
|
void
|
inherit(boolean inheritRepositories)
|
void
|
inherits(boolean inheritRepositories)
Whether repository definitions are inherited from plugins |
org.eclipse.aether.repository.RemoteRepository
|
mavenCentral(groovy.lang.Closure configurer = null)
|
void
|
mavenLocal()
|
void
|
mavenLocal(java.lang.String location)
|
org.eclipse.aether.repository.RemoteRepository
|
mavenRepo(java.lang.String url, groovy.lang.Closure configurer = null)
|
org.eclipse.aether.repository.RemoteRepository
|
mavenRepo(java.util.Map properties, groovy.lang.Closure configurer = null)
|
protected org.eclipse.aether.repository.RemoteRepository
|
reconfigureExisting(org.eclipse.aether.repository.RemoteRepository existing, groovy.lang.Closure configurer)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
AetherDependencyManager aetherDependencyManager
java.util.List repositories
@groovy.lang.Delegate org.eclipse.aether.DefaultRepositorySystemSession session
Constructor Detail |
---|
RepositoriesConfiguration(AetherDependencyManager dependencyManager, org.eclipse.aether.DefaultRepositorySystemSession session)
Method Detail |
---|
protected void configureRepository(org.eclipse.aether.repository.RemoteRepository$Builder repositoryBuilder, groovy.lang.Closure configurer)
java.lang.Object environments(groovy.lang.Closure callable)
callable
- The callable
org.eclipse.aether.repository.RemoteRepository grailsCentral(groovy.lang.Closure configurer = null)
void grailsHome()
void grailsPlugins()
void grailsRepo(java.lang.String location)
@java.lang.Deprecated void inherit(boolean inheritRepositories)
@java.lang.Deprecated void inherits(boolean inheritRepositories)
inheritRepositories
- True if repositories should be inherited from plugins
org.eclipse.aether.repository.RemoteRepository mavenCentral(groovy.lang.Closure configurer = null)
void mavenLocal()
void mavenLocal(java.lang.String location)
org.eclipse.aether.repository.RemoteRepository mavenRepo(java.lang.String url, groovy.lang.Closure configurer = null)
org.eclipse.aether.repository.RemoteRepository mavenRepo(java.util.Map properties, groovy.lang.Closure configurer = null)
protected org.eclipse.aether.repository.RemoteRepository reconfigureExisting(org.eclipse.aether.repository.RemoteRepository existing, groovy.lang.Closure configurer)
Groovy Documentation