Class SigstoreSignatureArtifactGeneratorFactory

java.lang.Object
org.eclipse.aether.generator.sigstore.SigstoreSignatureArtifactGeneratorFactory
All Implemented Interfaces:
org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory

@Singleton @Named("sigstore") public final class SigstoreSignatureArtifactGeneratorFactory extends Object implements org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory

    ARTIFACT_GENERATOR_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
    SigstoreSignatureArtifactGeneratorFactory(org.eclipse.aether.spi.artifact.ArtifactPredicateFactory artifactPredicateFactory, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SigstoreSignatureArtifactGeneratorFactory

      @Inject public SigstoreSignatureArtifactGeneratorFactory(org.eclipse.aether.spi.artifact.ArtifactPredicateFactory artifactPredicateFactory, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
  • 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 interface org.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 interface org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory
    • getPriority

      public float getPriority()
      Specified by:
      getPriority in interface org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory