Uses of Interface
org.eclipse.aether.impl.MetadataGenerator
-
Packages that use MetadataGenerator Package Description org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of MetadataGenerator in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return MetadataGenerator Modifier and Type Method Description MetadataGenerator
MetadataGeneratorFactory. newInstance(RepositorySystemSession session, DeployRequest request)
Creates a new metadata generator for the specified deploy request.MetadataGenerator
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
Methods in org.eclipse.aether.internal.impl that return types with arguments of type MetadataGenerator Modifier and Type Method Description private java.util.List<? extends MetadataGenerator>
DefaultDeployer. getMetadataGenerators(RepositorySystemSession session, DeployRequest request)
private java.util.List<? extends MetadataGenerator>
DefaultInstaller. getMetadataGenerators(RepositorySystemSession session, InstallRequest request)
Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGenerator Modifier and Type Method Description static java.util.List<Metadata>
Utils. finishMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends Artifact> artifacts)
static java.util.List<Metadata>
Utils. prepareMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends Artifact> artifacts)
-