Uses of Interface
org.eclipse.aether.impl.MetadataGeneratorFactory
-
Packages that use MetadataGeneratorFactory Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of MetadataGeneratorFactory in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type MetadataGeneratorFactory Modifier and Type Method Description DefaultDeployer
DefaultDeployer. addMetadataGeneratorFactory(MetadataGeneratorFactory factory)
DefaultInstaller
DefaultInstaller. addMetadataGeneratorFactory(MetadataGeneratorFactory factory)
Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactory Modifier and Type Method Description DefaultDeployer
DefaultDeployer. setMetadataGeneratorFactories(java.util.Collection<MetadataGeneratorFactory> metadataFactories)
DefaultInstaller
DefaultInstaller. setMetadataGeneratorFactories(java.util.Collection<MetadataGeneratorFactory> metadataFactories)
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactory Constructor Description DefaultDeployer(org.eclipse.aether.spi.io.FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, java.util.Set<MetadataGeneratorFactory> metadataFactories, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory, OfflineController offlineController)
DefaultInstaller(org.eclipse.aether.spi.io.FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, java.util.Set<MetadataGeneratorFactory> metadataFactories, org.eclipse.aether.spi.synccontext.SyncContextFactory syncContextFactory)
-