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
Nested Classes -
Field Summary
FieldsFields inherited from interface org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
ARTIFACT_GENERATOR_ID -
Constructor Summary
ConstructorsConstructorDescriptionGnupgSignatureArtifactGeneratorFactory(org.eclipse.aether.spi.artifact.ArtifactPredicateFactory artifactPredicateFactory, Map<String, GnupgSignatureArtifactGeneratorFactory.Loader> loaders) -
Method Summary
Modifier and TypeMethodDescriptionfloatorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratornewInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) org.eclipse.aether.spi.artifact.generator.ArtifactGeneratornewInstance(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:
newInstancein 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:
newInstancein interfaceorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-
getPriority
- Specified by:
getPriorityin interfaceorg.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
-