Uses of Interface
org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
Packages that use ArtifactGeneratorFactory
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of ArtifactGeneratorFactory in org.eclipse.aether.generator.gnupg
Classes in org.eclipse.aether.generator.gnupg that implement ArtifactGeneratorFactory -
Uses of ArtifactGeneratorFactory in org.eclipse.aether.generator.sigstore
Classes in org.eclipse.aether.generator.sigstore that implement ArtifactGeneratorFactory -
Uses of ArtifactGeneratorFactory in org.eclipse.aether.internal.impl
Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactGeneratorFactoryModifier and TypeMethodDescriptionstatic List
<? extends ArtifactGenerator> Utils.getArtifactGenerators
(RepositorySystemSession session, Map<String, ArtifactGeneratorFactory> artifactFactories, DeployRequest request) static List
<? extends ArtifactGenerator> Utils.getArtifactGenerators
(RepositorySystemSession session, Map<String, ArtifactGeneratorFactory> artifactFactories, InstallRequest request) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactGeneratorFactoryModifierConstructorDescriptionDefaultDeployer
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, RepositoryConnectorProvider repositoryConnectorProvider, RemoteRepositoryManager remoteRepositoryManager, UpdateCheckManager updateCheckManager, Map<String, ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, Map<String, ArtifactTransformer> artifactTransformers, SyncContextFactory syncContextFactory, OfflineController offlineController) DefaultInstaller
(PathProcessor pathProcessor, RepositoryEventDispatcher repositoryEventDispatcher, Map<String, ArtifactGeneratorFactory> artifactFactories, Map<String, MetadataGeneratorFactory> metadataFactories, Map<String, ArtifactTransformer> artifactTransformers, SyncContextFactory syncContextFactory) -
Uses of ArtifactGeneratorFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type ArtifactGeneratorFactoryModifier and TypeMethodDescriptionprotected Map
<String, ArtifactGeneratorFactory> RepositorySystemSupplier.createArtifactGeneratorFactories()
final Map
<String, ArtifactGeneratorFactory> RepositorySystemSupplier.getArtifactGeneratorFactories()