org.apache.maven.index.locator
Class MetadataLocator

java.lang.Object
  extended by org.apache.maven.index.locator.MetadataLocator
All Implemented Interfaces:
Locator

public class MetadataLocator
extends Object
implements Locator

A metadata locator to locate the Maven 2 artifact metadata relative to its POM.

Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.apache.maven.index.locator.Locator
ROLE
 
Constructor Summary
MetadataLocator()
           
 
Method Summary
 File locate(File source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataLocator

public MetadataLocator()
Method Detail

locate

public File locate(File source)
Specified by:
locate in interface Locator


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