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)
-