Uses of Interface
org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
-
Packages that use LocalRepositoryManagerFactory Package Description org.eclipse.aether.impl.guice The integration with the dependency injection framework Google Guice.org.eclipse.aether.internal.impl 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 LocalRepositoryManagerFactory Modifier and Type Method Description (package private) java.util.Set<LocalRepositoryManagerFactory>
AetherModule. provideLocalRepositoryManagerFactories(LocalRepositoryManagerFactory simple, LocalRepositoryManagerFactory enhanced)
Methods in org.eclipse.aether.impl.guice with parameters of type LocalRepositoryManagerFactory Modifier and Type Method Description (package private) java.util.Set<LocalRepositoryManagerFactory>
AetherModule. provideLocalRepositoryManagerFactories(LocalRepositoryManagerFactory simple, LocalRepositoryManagerFactory enhanced)
-
Uses of LocalRepositoryManagerFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalRepositoryManagerFactory Modifier and Type Class Description class
EnhancedLocalRepositoryManagerFactory
Creates enhanced local repository managers for repository types"default"
or"" (automatic)
.class
SimpleLocalRepositoryManagerFactory
Creates local repository managers for repository type"simple"
.Fields in org.eclipse.aether.internal.impl with type parameters of type LocalRepositoryManagerFactory Modifier and Type Field Description private java.util.Collection<LocalRepositoryManagerFactory>
DefaultLocalRepositoryProvider. managerFactories
Methods in org.eclipse.aether.internal.impl with parameters of type LocalRepositoryManagerFactory Modifier and Type Method Description DefaultLocalRepositoryProvider
DefaultLocalRepositoryProvider. addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory factory)
Method parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryManagerFactory Modifier and Type Method Description DefaultLocalRepositoryProvider
DefaultLocalRepositoryProvider. setLocalRepositoryManagerFactories(java.util.Collection<LocalRepositoryManagerFactory> factories)
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryManagerFactory Constructor Description DefaultLocalRepositoryProvider(java.util.Set<LocalRepositoryManagerFactory> factories)
-