Package org.grails.cli.compiler.grape
Interface RepositorySystemSessionAutoConfiguration
-
- All Known Implementing Classes:
DefaultRepositorySystemSessionAutoConfiguration,GrapeRootRepositorySystemSessionAutoConfiguration,SettingsXmlRepositorySystemSessionAutoConfiguration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RepositorySystemSessionAutoConfigurationStrategy that can be used to apply some auto-configuration during the installation of aMavenResolverGrapeEngine.- Since:
- 2022.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(org.eclipse.aether.DefaultRepositorySystemSession session, org.eclipse.aether.RepositorySystem repositorySystem)Apply the configuration.
-