Class AetherModule

java.lang.Object
com.google.inject.AbstractModule
org.eclipse.aether.impl.guice.AetherModule
org.eclipse.aether.impl.AetherModule
All Implemented Interfaces:
com.google.inject.Module

@Deprecated public final class AetherModule extends AetherModule
Deprecated.
Use AetherModule instead.
A ready-made Guice module that sets up bindings for all components from this library. To acquire a complete repository system, clients need to bind an artifact descriptor reader, a version resolver, a version range resolver, zero or more metadata generator factories, some repository connector and transporter factories to access remote repositories.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.eclipse.aether.impl.guice.AetherModule

    configure

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AetherModule

      public AetherModule()
      Deprecated.