Class AetherModule

  • All Implemented Interfaces:
    com.google.inject.Module
    Direct Known Subclasses:
    AetherModule

    public class AetherModule
    extends com.google.inject.AbstractModule
    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 Detail

      • AetherModule

        public AetherModule()
        Creates a new instance of this Guice module, typically for invoking Binder.install(com.google.inject.Module).