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. metadataFactoriesprivate java.util.Collection<MetadataGeneratorFactory>DefaultInstaller. metadataFactoriesMethods 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 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)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)
-