Uses of Interface
org.eclipse.aether.impl.MetadataGeneratorFactory
Packages that use MetadataGeneratorFactory
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of MetadataGeneratorFactory in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl with type parameters of type MetadataGeneratorFactoryModifier and TypeFieldDescriptionprivate Collection<MetadataGeneratorFactory> DefaultDeployer.metadataFactoriesprivate Collection<MetadataGeneratorFactory> DefaultInstaller.metadataFactoriesMethods in org.eclipse.aether.internal.impl that return types with arguments of type MetadataGeneratorFactoryModifier and TypeMethodDescriptionUtils.sortMetadataGeneratorFactories(RepositorySystemSession session, Collection<? extends MetadataGeneratorFactory> factories) Methods in org.eclipse.aether.internal.impl with parameters of type MetadataGeneratorFactoryModifier and TypeMethodDescriptionDefaultDeployer.addMetadataGeneratorFactory(MetadataGeneratorFactory factory) DefaultInstaller.addMetadataGeneratorFactory(MetadataGeneratorFactory factory) Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactoryModifier and TypeMethodDescriptionDefaultDeployer.setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory> metadataFactories) DefaultInstaller.setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory> metadataFactories) Utils.sortMetadataGeneratorFactories(RepositorySystemSession session, Collection<? extends MetadataGeneratorFactory> factories) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactoryModifierConstructorDescriptionDefaultDeployer(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultInstaller(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory) -
Uses of MetadataGeneratorFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type MetadataGeneratorFactoryModifier and TypeMethodDescriptionprotected Map<String, MetadataGeneratorFactory> RepositorySystemSupplier.getMetadataGeneratorFactories()Method parameters in org.eclipse.aether.supplier with type arguments of type MetadataGeneratorFactoryModifier and TypeMethodDescriptionprotected DeployerRepositorySystemSupplier.getDeployer(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Map<String, MetadataGeneratorFactory> metadataGeneratorFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) protected InstallerRepositorySystemSupplier.getInstaller(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Map<String, MetadataGeneratorFactory> metadataGeneratorFactories, SyncContextFactory syncContextFactory)