Class SnapshotMetadataGeneratorFactory

  • All Implemented Interfaces:
    org.eclipse.aether.impl.MetadataGeneratorFactory

    @Named("snapshot")
    @Singleton
    public class SnapshotMetadataGeneratorFactory
    extends java.lang.Object
    implements org.eclipse.aether.impl.MetadataGeneratorFactory
    Maven GAV level metadata generator factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getPriority()  
      org.eclipse.aether.impl.MetadataGenerator newInstance​(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request)  
      org.eclipse.aether.impl.MetadataGenerator 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
    • Constructor Detail

      • SnapshotMetadataGeneratorFactory

        public SnapshotMetadataGeneratorFactory()
    • Method Detail

      • newInstance

        public org.eclipse.aether.impl.MetadataGenerator newInstance​(org.eclipse.aether.RepositorySystemSession session,
                                                                     org.eclipse.aether.installation.InstallRequest request)
        Specified by:
        newInstance in interface org.eclipse.aether.impl.MetadataGeneratorFactory
      • newInstance

        public org.eclipse.aether.impl.MetadataGenerator newInstance​(org.eclipse.aether.RepositorySystemSession session,
                                                                     org.eclipse.aether.deployment.DeployRequest request)
        Specified by:
        newInstance in interface org.eclipse.aether.impl.MetadataGeneratorFactory
      • getPriority

        public float getPriority()
        Specified by:
        getPriority in interface org.eclipse.aether.impl.MetadataGeneratorFactory