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
Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGeneratorFactory Modifier and Type Method Description static java.util.List<? extends MetadataGenerator>Utils. getMetadataGenerators(org.eclipse.aether.RepositorySystemSession session, java.util.Map<java.lang.String,MetadataGeneratorFactory> metadataFactories, org.eclipse.aether.deployment.DeployRequest request)static java.util.List<? extends MetadataGenerator>Utils. getMetadataGenerators(org.eclipse.aether.RepositorySystemSession session, java.util.Map<java.lang.String,MetadataGeneratorFactory> metadataFactories, org.eclipse.aether.installation.InstallRequest request)
-