org.apache.maven.repository.internal
Class SnapshotMetadataGeneratorFactory

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

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

Author:
Benjamin Bentmann

Constructor Summary
SnapshotMetadataGeneratorFactory()
           
 
Method Summary
 int getPriority()
           
 MetadataGenerator newInstance(RepositorySystemSession session, DeployRequest request)
           
 MetadataGenerator newInstance(RepositorySystemSession session, 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 MetadataGenerator newInstance(RepositorySystemSession session,
                                     InstallRequest request)
Specified by:
newInstance in interface MetadataGeneratorFactory

newInstance

public MetadataGenerator newInstance(RepositorySystemSession session,
                                     DeployRequest request)
Specified by:
newInstance in interface MetadataGeneratorFactory

getPriority

public int getPriority()
Specified by:
getPriority in interface MetadataGeneratorFactory


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.