Package org.eclipse.aether.impl
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.
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 -
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
-
Constructor Details
-
AetherModule
public AetherModule()Deprecated.
-
AetherModule
instead.