Uses of Interface
org.eclipse.aether.impl.MetadataGenerator
-
Packages that use MetadataGenerator Package Description org.eclipse.aether.impl The provisional interfaces defining the various subcomponents 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 MetadataGeneratorMetadataGeneratorFactory. newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request)Creates a new metadata generator for the specified deploy request.MetadataGeneratorMetadataGeneratorFactory. newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.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 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)Method parameters in org.eclipse.aether.internal.impl with type arguments of type MetadataGenerator Modifier and Type Method Description static java.util.List<org.eclipse.aether.metadata.Metadata>Utils. finishMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends org.eclipse.aether.artifact.Artifact> artifacts)static java.util.List<org.eclipse.aether.metadata.Metadata>Utils. prepareMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends org.eclipse.aether.artifact.Artifact> artifacts)
-