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 DefaultDeployerDefaultDeployer. addMetadataGeneratorFactory(MetadataGeneratorFactory factory)DefaultInstallerDefaultInstaller. addMetadataGeneratorFactory(MetadataGeneratorFactory factory)Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactory Modifier and Type Method Description DefaultDeployerDefaultDeployer. setMetadataGeneratorFactories(java.util.Collection<MetadataGeneratorFactory> metadataFactories)DefaultInstallerDefaultInstaller. 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)
-