org.apache.maven.index.locator
Class JavadocLocator

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

public class JavadocLocator
extends Object
implements Locator

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

Author:
Jason van Zyl

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

Constructor Detail

JavadocLocator

public JavadocLocator()
Method Detail

locate

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

Specified by:
locate in interface Locator


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