Uses of Interface
org.eclipse.aether.impl.MetadataGenerator
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of MetadataGenerator in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionMetadataGeneratorFactory.newInstance
(RepositorySystemSession session, DeployRequest request) Creates a new metadata generator for the specified deploy request.MetadataGeneratorFactory.newInstance
(RepositorySystemSession session, InstallRequest request) Creates a new metadata generator for the specified install request. -
Uses of MetadataGenerator in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionstatic List
<? extends MetadataGenerator> Utils.getMetadataGenerators
(RepositorySystemSession session, Map<String, MetadataGeneratorFactory> metadataFactories, DeployRequest request) static List
<? extends MetadataGenerator> Utils.getMetadataGenerators
(RepositorySystemSession session, Map<String, MetadataGeneratorFactory> metadataFactories, InstallRequest request) Modifier and TypeMethodDescriptionUtils.finishMetadata
(List<? extends MetadataGenerator> generators, List<? extends Artifact> artifacts) Utils.prepareMetadata
(List<? extends MetadataGenerator> generators, List<? extends Artifact> artifacts)