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.metadataFactories
private Collection<MetadataGeneratorFactory>
DefaultInstaller.metadataFactories
Methods 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 MetadataGeneratorFactoryModifierConstructorDescription(package private)
DefaultDeployer
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController) (package private)
DefaultInstaller
(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory)