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 RepositorySystemSessionAutoConfiguration
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 Type
    Method
    Description
    void
    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 session
      repositorySystem - the repository system