Uses of Interface
org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
Packages that use LocalRepositoryManagerFactory
Package
Description
The integration with the dependency injection framework
Google Guice.
The various sub components that collectively implement the repository system.
-
Uses of LocalRepositoryManagerFactory in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type LocalRepositoryManagerFactoryModifier and TypeMethodDescription(package private) Set
<LocalRepositoryManagerFactory> AetherModule.provideLocalRepositoryManagerFactories
(LocalRepositoryManagerFactory simple, LocalRepositoryManagerFactory enhanced) Deprecated.Methods in org.eclipse.aether.impl.guice with parameters of type LocalRepositoryManagerFactoryModifier and TypeMethodDescription(package private) Set
<LocalRepositoryManagerFactory> AetherModule.provideLocalRepositoryManagerFactories
(LocalRepositoryManagerFactory simple, LocalRepositoryManagerFactory enhanced) Deprecated. -
Uses of LocalRepositoryManagerFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalRepositoryManagerFactoryModifier and TypeClassDescriptionclass
Creates enhanced local repository managers for repository types"default"
or"" (automatic)
.class
Creates local repository managers for repository type"simple"
.Fields in org.eclipse.aether.internal.impl with type parameters of type LocalRepositoryManagerFactoryModifier and TypeFieldDescriptionprivate Collection
<LocalRepositoryManagerFactory> DefaultLocalRepositoryProvider.managerFactories
Methods in org.eclipse.aether.internal.impl with parameters of type LocalRepositoryManagerFactoryModifier and TypeMethodDescriptionDefaultLocalRepositoryProvider.addLocalRepositoryManagerFactory
(LocalRepositoryManagerFactory factory) Method parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryManagerFactoryModifier and TypeMethodDescriptionDefaultLocalRepositoryProvider.setLocalRepositoryManagerFactories
(Collection<LocalRepositoryManagerFactory> factories) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryManagerFactoryModifierConstructorDescription