org.apache.maven.index
Class DefaultScanner

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.index.DefaultScanner
All Implemented Interfaces:
Scanner, org.codehaus.plexus.logging.LogEnabled

@Component(role=Scanner.class)
public class DefaultScanner
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements Scanner

A default repository scanner for Maven 2 repository.

Author:
Jason Van Zyl, Tamas Cservenak

Constructor Summary
DefaultScanner()
           
 
Method Summary
 ScanningResult scan(ScanningRequest request)
          Scan repository artifacts and populate ScanningResult
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScanner

public DefaultScanner()
Method Detail

scan

public ScanningResult scan(ScanningRequest request)
Description copied from interface: Scanner
Scan repository artifacts and populate ScanningResult

Specified by:
scan in interface Scanner


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