org.apache.maven.repository.internal
Class SnapshotMetadataGeneratorFactory

java.lang.Object
  extended by org.apache.maven.repository.internal.SnapshotMetadataGeneratorFactory
All Implemented Interfaces:
org.eclipse.aether.impl.MetadataGeneratorFactory

@Component(role=org.eclipse.aether.impl.MetadataGeneratorFactory.class,
           hint="snapshot")
public class SnapshotMetadataGeneratorFactory
extends Object
implements org.eclipse.aether.impl.MetadataGeneratorFactory

Author:
Benjamin Bentmann

Constructor Summary
SnapshotMetadataGeneratorFactory()
           
 
Method Summary
 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


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.