org.apache.maven.index.locator
Class Md5Locator

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

public class Md5Locator
extends Object
implements Locator

An md5 locator to locate the md5 file relative to POM.

Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.apache.maven.index.locator.Locator
ROLE
 
Constructor Summary
Md5Locator()
           
 
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

Md5Locator

public Md5Locator()
Method Detail

locate

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


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