Class GnupgSignatureArtifactGeneratorFactory
java.lang.Object
org.eclipse.aether.generator.gnupg.GnupgSignatureArtifactGeneratorFactory
- All Implemented Interfaces:
org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
@Singleton
@Named("gnupg")
public final class GnupgSignatureArtifactGeneratorFactory
extends Object
implements org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
ARTIFACT_GENERATOR_ID
-
Constructor Summary
ConstructorDescriptionGnupgSignatureArtifactGeneratorFactory
(org.eclipse.aether.spi.artifact.ArtifactPredicateFactory artifactPredicateFactory, Map<String, GnupgSignatureArtifactGeneratorFactory.Loader> loaders) -
Method Summary
Modifier and TypeMethodDescriptionfloat
org.eclipse.aether.spi.artifact.generator.ArtifactGenerator
newInstance
(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) org.eclipse.aether.spi.artifact.generator.ArtifactGenerator
newInstance
(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.InstallRequest request)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GnupgSignatureArtifactGeneratorFactory
@Inject public GnupgSignatureArtifactGeneratorFactory(org.eclipse.aether.spi.artifact.ArtifactPredicateFactory artifactPredicateFactory, Map<String, GnupgSignatureArtifactGeneratorFactory.Loader> loaders)
-
-
Method Details
-
newInstance
public org.eclipse.aether.spi.artifact.generator.ArtifactGenerator newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.InstallRequest request) - Specified by:
newInstance
in interfaceorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-
newInstance
public org.eclipse.aether.spi.artifact.generator.ArtifactGenerator newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) - Specified by:
newInstance
in interfaceorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-
getPriority
- Specified by:
getPriority
in interfaceorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-