Class SettingsDecrypterSupplier

java.lang.Object
eu.maveniverse.maven.mima.runtime.standalonestatic.SettingsDecrypterSupplier
All Implemented Interfaces:
Supplier<org.apache.maven.settings.crypto.SettingsDecrypter>

public class SettingsDecrypterSupplier extends Object implements Supplier<org.apache.maven.settings.crypto.SettingsDecrypter>
Override to customize.
  • Constructor Details

    • SettingsDecrypterSupplier

      public SettingsDecrypterSupplier(ContextOverrides contextOverrides)
  • Method Details

    • get

      public org.apache.maven.settings.crypto.SettingsDecrypter get()
      Specified by:
      get in interface Supplier<org.apache.maven.settings.crypto.SettingsDecrypter>