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 classEnhancedLocalRepositoryManagerFactoryCreates enhanced local repository managers for repository types"default"or"" (automatic).classSimpleLocalRepositoryManagerFactoryCreates 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. managerFactoriesMethods in org.eclipse.aether.internal.impl with parameters of type LocalRepositoryManagerFactory Modifier and Type Method Description DefaultLocalRepositoryProviderDefaultLocalRepositoryProvider. addLocalRepositoryManagerFactory(LocalRepositoryManagerFactory factory)Method parameters in org.eclipse.aether.internal.impl with type arguments of type LocalRepositoryManagerFactory Modifier and Type Method Description DefaultLocalRepositoryProviderDefaultLocalRepositoryProvider. 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)
-