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.
Strategy that can be used to apply some auto-configuration during the installation of a
MavenResolverGrapeEngine
.- Since:
- 1.0.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(org.eclipse.aether.DefaultRepositorySystemSession session, org.eclipse.aether.RepositorySystem repositorySystem) Apply the configuration.
-
Method Details
-
apply
void apply(org.eclipse.aether.DefaultRepositorySystemSession session, org.eclipse.aether.RepositorySystem repositorySystem) Apply the configuration.- Parameters:
session
- the repository system sessionrepositorySystem
- the repository system
-