org.apache.maven.index.locator
Class SourcesLocator

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

public class SourcesLocator
extends Object
implements Locator

A sources locator to locate the sources bundle relative to POM.

Author:
Jason van Zyl

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

Constructor Detail

SourcesLocator

public SourcesLocator()
Method Detail

locate

public File locate(File source)
Locates the sources bundle relative to POM.

Specified by:
locate in interface Locator


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