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
Fields in org.eclipse.aether.internal.impl with type parameters of type MetadataGeneratorFactory Modifier and Type Field Description private java.util.Collection<MetadataGeneratorFactory>
DefaultDeployer. metadataFactories
private java.util.Collection<MetadataGeneratorFactory>
DefaultInstaller. metadataFactories
Methods in org.eclipse.aether.internal.impl that return types with arguments of type MetadataGeneratorFactory Modifier and Type Method Description static PrioritizedComponents<MetadataGeneratorFactory>
Utils. sortMetadataGeneratorFactories(RepositorySystemSession session, java.util.Collection<? extends MetadataGeneratorFactory> factories)
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)
static PrioritizedComponents<MetadataGeneratorFactory>
Utils. sortMetadataGeneratorFactories(RepositorySystemSession session, java.util.Collection<? extends MetadataGeneratorFactory> factories)
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactory Constructor Description DefaultDeployer(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, java.util.Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory, OfflineController offlineController)
DefaultInstaller(FileProcessor fileProcessor, RepositoryEventDispatcher repositoryEventDispatcher, java.util.Set<MetadataGeneratorFactory> metadataFactories, SyncContextFactory syncContextFactory)
-